| 2016-03-23 |
Robert Haas | Partition the freelist for shared dynahash tables. |
commit | commitdiff | tree |
| 2016-03-23 |
Tom Lane | Code review for error reports in jsonb_set(). |
commit | commitdiff | tree |
| 2016-03-23 |
Tom Lane | Fix unsafe use of strtol() on a non-null-terminated... |
commit | commitdiff | tree |
| 2016-03-23 |
Simon Riggs | Change comment to describe correct lock level used |
commit | commitdiff | tree |
| 2016-03-22 |
Tom Lane | Fix EvalPlanQual bug when query contains both locked... |
commit | commitdiff | tree |
| 2016-03-22 |
Teodor Sigaev | Improve docs of pg_trgm changes |
commit | commitdiff | tree |
| 2016-03-22 |
Fujii Masao | Fix typo in docs. |
commit | commitdiff | tree |
| 2016-03-21 |
Tom Lane | Allow the delay in psql's \watch command to be a fracti... |
commit | commitdiff | tree |
| 2016-03-21 |
Tom Lane | Improve header output from psql's \watch command. |
commit | commitdiff | tree |
| 2016-03-21 |
Tom Lane | Clean up some Coverity complaints about commit 0bf3ae88... |
commit | commitdiff | tree |
| 2016-03-21 |
Robert Haas | Make max_parallel_degree PGC_USERSET. |
commit | commitdiff | tree |
| 2016-03-21 |
Robert Haas | Support parallel aggregation. |
commit | commitdiff | tree |
| 2016-03-21 |
Andres Freund | Properly declare FeBeWaitSet. |
commit | commitdiff | tree |
| 2016-03-21 |
Andres Freund | Introduce WaitEventSet API. |
commit | commitdiff | tree |
| 2016-03-21 |
Andres Freund | Combine win32 and unix latch implementations. |
commit | commitdiff | tree |
| 2016-03-21 |
Andres Freund | Second attempt at fixing MSVC build for 68ab8e8ba4a471d9. |
commit | commitdiff | tree |
| 2016-03-21 |
Tom Lane | Use %option bison-bridge in psql/pgbench lexers. |
commit | commitdiff | tree |
| 2016-03-20 |
Tom Lane | Best-guess attempt at fixing MSVC build for 68ab8e8ba4a... |
commit | commitdiff | tree |
| 2016-03-20 |
Tom Lane | SQL commands in pgbench scripts are now ended by semico... |
commit | commitdiff | tree |
| 2016-03-19 |
Andrew Dunstan | Remove dependency on psed for MSVC builds. |
commit | commitdiff | tree |
| 2016-03-19 |
Tom Lane | Fix phony .PHONY. |
commit | commitdiff | tree |
| 2016-03-19 |
Tom Lane | Make pgbench's expression lexer reentrant. |
commit | commitdiff | tree |
| 2016-03-19 |
Alvaro Herrera | pgbench: Silence new compiler warnings |
commit | commitdiff | tree |
| 2016-03-19 |
Tom Lane | Typo fix. |
commit | commitdiff | tree |
| 2016-03-19 |
Tom Lane | Sync backend/parser/scan.l with bin/psql/psqlscan.l. |
commit | commitdiff | tree |
| 2016-03-19 |
Tom Lane | Build backend/parser/scan.l and interfaces/ecpg/preproc... |
commit | commitdiff | tree |
| 2016-03-19 |
Alvaro Herrera | pgbench: Allow changing weights for scripts |
commit | commitdiff | tree |
| 2016-03-19 |
Tom Lane | With ancient gcc, skip pg_attribute_printf() on functio... |
commit | commitdiff | tree |
| 2016-03-19 |
Peter Eisentraut | Allow SSL server key file to have group read access... |
commit | commitdiff | tree |
| 2016-03-19 |
Andres Freund | Fix stupid omission in c4901a1e. |
commit | commitdiff | tree |
| 2016-03-19 |
Tom Lane | Fix missed update in _readForeignScan(). |
commit | commitdiff | tree |
| 2016-03-19 |
Tom Lane | Use yylex_init not yylex_init_extra(). |
commit | commitdiff | tree |
| 2016-03-19 |
Tom Lane | Suppress FLEX_NO_BACKUP check for psqlscanslash.l. |
commit | commitdiff | tree |
| 2016-03-19 |
Tom Lane | Split psql's lexer into two separate .l files for SQL... |
commit | commitdiff | tree |
| 2016-03-19 |
Tom Lane | Convert psql's flex lexer to be re-entrant, and make... |
commit | commitdiff | tree |
| 2016-03-18 |
Peter Eisentraut | Merge wal_level "archive" and "hot_standby" into new... |
commit | commitdiff | tree |
| 2016-03-18 |
Tom Lane | Decouple psqlscan.l from surrounding program. |
commit | commitdiff | tree |
| 2016-03-18 |
Robert Haas | Use INT64_FORMAT instead of %ld for int64. |
commit | commitdiff | tree |
| 2016-03-18 |
Andres Freund | Only clear latch self-pipe/event if there is a pending... |
commit | commitdiff | tree |
| 2016-03-18 |
Andres Freund | Make it easier to choose the used waiting primitive... |
commit | commitdiff | tree |
| 2016-03-18 |
Andres Freund | Error out if waiting on socket readiness without a... |
commit | commitdiff | tree |
| 2016-03-18 |
Andres Freund | Remove unused, and dangerous, TestLatch() macro. |
commit | commitdiff | tree |
| 2016-03-18 |
Robert Haas | Directly modify foreign tables. |
commit | commitdiff | tree |
| 2016-03-18 |
Tom Lane | Clean up some misplaced #includes. |
commit | commitdiff | tree |
| 2016-03-18 |
Teodor Sigaev | Fix a typo |
commit | commitdiff | tree |
| 2016-03-18 |
Teodor Sigaev | Introduce parse_ident() |
commit | commitdiff | tree |
| 2016-03-18 |
Robert Haas | Push scan/join target list beneath Gather when possible. |
commit | commitdiff | tree |
| 2016-03-18 |
Robert Haas | Various minor corrections of and improvements to comments. |
commit | commitdiff | tree |
| 2016-03-18 |
Teodor Sigaev | pg_trgm's set_limit() now uses SetConfigOption() |
commit | commitdiff | tree |
| 2016-03-17 |
Alvaro Herrera | docs: Fix typo'd brin_summarize_new_values |
commit | commitdiff | tree |
| 2016-03-17 |
Tom Lane | Remove useless double calls of make_parsestate(). |
commit | commitdiff | tree |
| 2016-03-17 |
Robert Haas | Update tuplesort.c comments for memory mangement improv... |
commit | commitdiff | tree |
| 2016-03-17 |
Robert Haas | Improve memory management for external sorts. |
commit | commitdiff | tree |
| 2016-03-17 |
Tom Lane | Fix assorted breakage in to_char()'s OF format option. |
commit | commitdiff | tree |
| 2016-03-17 |
Teodor Sigaev | Improve support of Hunspell |
commit | commitdiff | tree |
| 2016-03-17 |
Robert Haas | Fix typos. |
commit | commitdiff | tree |
| 2016-03-17 |
Peter Eisentraut | Add syslog_split_messages parameter |
commit | commitdiff | tree |
| 2016-03-17 |
Peter Eisentraut | Add syslog_sequence_numbers parameter |
commit | commitdiff | tree |
| 2016-03-17 |
Tom Lane | Fix "pg_bench -C -M prepared". |
commit | commitdiff | tree |
| 2016-03-17 |
Tom Lane | Fix j2day() to behave sanely for negative Julian dates. |
commit | commitdiff | tree |
| 2016-03-16 |
Tom Lane | Be more careful about out-of-range dates and timestamps. |
commit | commitdiff | tree |
| 2016-03-16 |
Robert Haas | Another comment update. |
commit | commitdiff | tree |
| 2016-03-16 |
Robert Haas | Fix problems in commit c16dc1aca5e01e6acaadfcf38f5fc964... |
commit | commitdiff | tree |
| 2016-03-16 |
Teodor Sigaev | Add files forgotten in f576b17cd6ba653bdace1f0da9a3b57f... |
commit | commitdiff | tree |
| 2016-03-16 |
Teodor Sigaev | Add word_similarity to pg_trgm contrib module. |
commit | commitdiff | tree |
| 2016-03-16 |
Robert Haas | Fix typo. |
commit | commitdiff | tree |
| 2016-03-16 |
Robert Haas | Add idle_in_transaction_session_timeout. |
commit | commitdiff | tree |
| 2016-03-16 |
Teodor Sigaev | GUC variable pg_trgm.similarity_threshold insead of... |
commit | commitdiff | tree |
| 2016-03-16 |
Peter Eisentraut | UCS_to_EUC_JIS_2004.pl: Turn off "test" mode by default |
commit | commitdiff | tree |
| 2016-03-16 |
Peter Eisentraut | Make spacing and punctuation consistent |
commit | commitdiff | tree |
| 2016-03-16 |
Teodor Sigaev | fix typo in comment |
commit | commitdiff | tree |
| 2016-03-16 |
Teodor Sigaev | Improve script generating unaccent rules |
commit | commitdiff | tree |
| 2016-03-15 |
Robert Haas | Fix typos. |
commit | commitdiff | tree |
| 2016-03-15 |
Stephen Frost | Avoid incorrectly indicating exclusion constraint wait |
commit | commitdiff | tree |
| 2016-03-15 |
Alvaro Herrera | Fix typos in comments |
commit | commitdiff | tree |
| 2016-03-15 |
Robert Haas | postgres_fdw: make_tuple_from_result_row should set... |
commit | commitdiff | tree |
| 2016-03-15 |
Robert Haas | Fix typos. |
commit | commitdiff | tree |
| 2016-03-15 |
Robert Haas | Add simple VACUUM progress reporting. |
commit | commitdiff | tree |
| 2016-03-15 |
Tom Lane | Cope if platform declares mbstowcs_l(), but not locale_... |
commit | commitdiff | tree |
| 2016-03-15 |
Tom Lane | Add a GetForeignUpperPaths callback function for FDWs. |
commit | commitdiff | tree |
| 2016-03-14 |
Peter Eisentraut | Add missing include for self-containment |
commit | commitdiff | tree |
| 2016-03-14 |
Robert Haas | Fix EXPLAIN ANALYZE SELECT INTO not to choose a paralle... |
commit | commitdiff | tree |
| 2016-03-14 |
Tom Lane | Provide a planner hook at a suitable place for creating... |
commit | commitdiff | tree |
| 2016-03-14 |
Tom Lane | Allow callers of create_foreignscan_path to specify... |
commit | commitdiff | tree |
| 2016-03-14 |
Tom Lane | Rethink representation of PathTargets. |
commit | commitdiff | tree |
| 2016-03-14 |
Tom Lane | Update PL/Perl's comment about hv_store(). |
commit | commitdiff | tree |
| 2016-03-14 |
Tom Lane | Improve conversions from uint64 to Perl types. |
commit | commitdiff | tree |
| 2016-03-14 |
Robert Haas | Update more comments for 96198d94cb7adc664bda341842dc8d... |
commit | commitdiff | tree |
| 2016-03-14 |
Tom Lane | Use repalloc_huge() to enlarge a SPITupleTable's tuple... |
commit | commitdiff | tree |
| 2016-03-14 |
Robert Haas | Improve check for overly-long extensible node name. |
commit | commitdiff | tree |
| 2016-03-14 |
Tom Lane | pg_stat_get_progress_info() should be marked STRICT. |
commit | commitdiff | tree |
| 2016-03-14 |
Tom Lane | Teach the configure script to validate its --with-pgpor... |
commit | commitdiff | tree |
| 2016-03-13 |
Tom Lane | Mop-up for setting minimum Tcl version to 8.4. |
commit | commitdiff | tree |
| 2016-03-13 |
Tom Lane | Fix memory leak in repeated GIN index searches. |
commit | commitdiff | tree |
| 2016-03-13 |
Peter Eisentraut | Fix whitespace and remove obsolete gitattributes entry |
commit | commitdiff | tree |
| 2016-03-13 |
Magnus Hagander | Rename auto_explain.sample_ratio to sample_rate |
commit | commitdiff | tree |
| 2016-03-13 |
Magnus Hagander | Fix order of MemSet arguments |
commit | commitdiff | tree |
| 2016-03-13 |
Tom Lane | Report memory context stats upon out-of-memory in repal... |
commit | commitdiff | tree |
| 2016-03-13 |
Tom Lane | Fix Windows portability issue in 23a27b039d94ba35. |
commit | commitdiff | tree |
| 2016-03-12 |
Tom Lane | Get rid of scribbling on a const variable in psql's... |
commit | commitdiff | tree |
| next |