| 2016-03-17 |
Tom Lane | Fix "pg_bench -C -M prepared". |
commit | commitdiff | tree | snapshot |
| 2016-03-15 |
Stephen Frost | Avoid incorrectly indicating exclusion constraint wait |
commit | commitdiff | tree | snapshot |
| 2016-03-15 |
Alvaro Herrera | Fix typos in comments |
commit | commitdiff | tree | snapshot |
| 2016-03-15 |
Tom Lane | Cope if platform declares mbstowcs_l(), but not locale_... |
commit | commitdiff | tree | snapshot |
| 2016-03-14 |
Tom Lane | Add missing NULL terminator to list_SECURITY_LABEL_prep... |
commit | commitdiff | tree | snapshot |
| 2016-03-13 |
Tom Lane | Fix memory leak in repeated GIN index searches. |
commit | commitdiff | tree | snapshot |
| 2016-03-13 |
Tom Lane | Report memory context stats upon out-of-memory in repal... |
commit | commitdiff | tree | snapshot |
| 2016-03-12 |
Tom Lane | Get rid of scribbling on a const variable in psql's... |
commit | commitdiff | tree | snapshot |
| 2016-03-10 |
Alvaro Herrera | Document BRIN a bit more thoroughly |
commit | commitdiff | tree | snapshot |
| 2016-03-10 |
Magnus Hagander | Avoid crash on old Windows with AVX2-capable CPU for... |
commit | commitdiff | tree | snapshot |
| 2016-03-10 |
Andres Freund | Avoid unlikely data-loss scenarios due to rename()... |
commit | commitdiff | tree | snapshot |
| 2016-03-10 |
Andres Freund | Introduce durable_rename() and durable_link_or_rename(). |
commit | commitdiff | tree | snapshot |
| 2016-03-09 |
Tom Lane | Fix incorrect handling of NULL index entries in indexed... |
commit | commitdiff | tree | snapshot |
| 2016-03-09 |
Andres Freund | Add valgrind suppressions for python code. |
commit | commitdiff | tree | snapshot |
| 2016-03-09 |
Andres Freund | Add valgrind suppressions for bootstrap related code. |
commit | commitdiff | tree | snapshot |
| 2016-03-08 |
Andres Freund | ltree: Zero padding bytes when allocating memory for... |
commit | commitdiff | tree | snapshot |
| 2016-03-08 |
Andres Freund | plperl: Correctly handle empty arrays in plperl_ref_fro... |
commit | commitdiff | tree | snapshot |
| 2016-03-08 |
Robert Haas | Update GetForeignPlan documentation. |
commit | commitdiff | tree | snapshot |
| 2016-03-08 |
Tom Lane | Fix minor typo in logical-decoding docs. |
commit | commitdiff | tree | snapshot |
| 2016-03-07 |
Andres Freund | Further improvements to c8f621c43. |
commit | commitdiff | tree | snapshot |
| 2016-03-07 |
Tom Lane | Fix backwards test for Windows service-ness in pg_ctl. |
commit | commitdiff | tree | snapshot |
| 2016-03-07 |
Andres Freund | Fix wrong allocation size in c8f621c43. |
commit | commitdiff | tree | snapshot |
| 2016-03-07 |
Tom Lane | Fix not-terribly-safe coding in NIImportOOAffixes(... |
commit | commitdiff | tree | snapshot |
| 2016-03-06 |
Magnus Hagander | Fix typos |
commit | commitdiff | tree | snapshot |
| 2016-03-06 |
Andres Freund | logical decoding: Fix handling of large old tuples... |
commit | commitdiff | tree | snapshot |
| 2016-03-06 |
Andres Freund | logical decoding: old/newtuple in spooled UPDATE change... |
commit | commitdiff | tree | snapshot |
| 2016-03-06 |
Andres Freund | logical decoding: Tell reorderbuffer about all xids. |
commit | commitdiff | tree | snapshot |
| 2016-03-05 |
Fujii Masao | Ignore recovery_min_apply_delay until recovery has... |
commit | commitdiff | tree | snapshot |
| 2016-03-04 |
Robert Haas | Fix SerializeSnapshot not to overrun the allocated... |
commit | commitdiff | tree | snapshot |
| 2016-03-04 |
Robert Haas | Fix compile breakage due to 0315dfa8f4afa8390383119330c... |
commit | commitdiff | tree | snapshot |
| 2016-03-04 |
Robert Haas | Fix InitializeSessionUserId not to deference NULL rolen... |
commit | commitdiff | tree | snapshot |
| 2016-03-04 |
Robert Haas | Fix query-based tab completion for multibyte characters. |
commit | commitdiff | tree | snapshot |
| 2016-03-04 |
Alvaro Herrera | Add 'tap_tests' flag in config_default.pl |
commit | commitdiff | tree | snapshot |
| 2016-03-04 |
Andres Freund | Force synchronous_commit=on in test_decoding's concurre... |
commit | commitdiff | tree | snapshot |
| 2016-03-03 |
Simon Riggs | Revert buggy optimization of index scans |
commit | commitdiff | tree | snapshot |
| 2016-03-03 |
Andres Freund | logical decoding: fix decoding of a commit's commit... |
commit | commitdiff | tree | snapshot |
| 2016-03-03 |
Tom Lane | Fix json_to_record() bug with nested objects. |
commit | commitdiff | tree | snapshot |
| 2016-03-01 |
Tom Lane | Improve error message for rejecting RETURNING clauses... |
commit | commitdiff | tree | snapshot |
| 2016-02-29 |
Alvaro Herrera | Fix typos |
commit | commitdiff | tree | snapshot |
| 2016-02-29 |
Alvaro Herrera | doc: document MANPATH as /usr/local/pgsql/share/man |
commit | commitdiff | tree | snapshot |
| 2016-02-29 |
Tom Lane | Remove useless unary plus. |
commit | commitdiff | tree | snapshot |
| 2016-02-29 |
Dean Rasheed | Fix incorrect varlevelsup in security_barrier_replace_v... |
commit | commitdiff | tree | snapshot |
| 2016-02-29 |
Tom Lane | Avoid multiple free_struct_lconv() calls on same data. |
commit | commitdiff | tree | snapshot |
| 2016-02-25 |
Alvaro Herrera | Fix typos |
commit | commitdiff | tree | snapshot |
| 2016-02-25 |
Noah Misch | Clean the last few TAP suite tmp_check directories. |
commit | commitdiff | tree | snapshot |
| 2016-02-25 |
Noah Misch | MSVC: Clean tmp_check directory of pg_controldata test... |
commit | commitdiff | tree | snapshot |
| 2016-02-22 |
Andres Freund | Fix wrong keysize in PrivateRefCountHash creation. |
commit | commitdiff | tree | snapshot |
| 2016-02-21 |
Andrew Dunstan | Fix two-argument jsonb_object when called with empty... |
commit | commitdiff | tree | snapshot |
| 2016-02-21 |
Tatsuo Ishii | Fix wording in the Tutorial document. |
commit | commitdiff | tree | snapshot |
| 2016-02-20 |
Noah Misch | Call xlc __isync() after, not before, associated compar... |
commit | commitdiff | tree | snapshot |
| 2016-02-19 |
Simon Riggs | Correct StartupSUBTRANS for page wraparound |
commit | commitdiff | tree | snapshot |
| 2016-02-18 |
Bruce Momjian | pg_upgrade: suppress creation of delete script |
commit | commitdiff | tree | snapshot |
| 2016-02-18 |
Tom Lane | Fix multiple bugs in contrib/pgstattuple's pgstatindex... |
commit | commitdiff | tree | snapshot |
| 2016-02-17 |
Tom Lane | Make plpython cope with funny characters in function... |
commit | commitdiff | tree | snapshot |
| 2016-02-16 |
Tom Lane | Improve documentation about CREATE INDEX CONCURRENTLY. |
commit | commitdiff | tree | snapshot |
| 2016-02-16 |
Bruce Momjian | release notes: fix 9.5 SGML comment about commit |
commit | commitdiff | tree | snapshot |
| 2016-02-16 |
Tatsuo Ishii | Improve wording in the planner doc |
commit | commitdiff | tree | snapshot |
| 2016-02-16 |
Fujii Masao | Correct the formulas for System V IPC parameters SEMMNI... |
commit | commitdiff | tree | snapshot |
| 2016-02-16 |
Joe Conway | Move DATA entry to correct position |
commit | commitdiff | tree | snapshot |
| 2016-02-15 |
Alvaro Herrera | pgbench: avoid FD_ISSET on an invalid file descriptor |
commit | commitdiff | tree | snapshot |
| 2016-02-15 |
Tom Lane | Suppress compiler warnings about useless comparison... |
commit | commitdiff | tree | snapshot |
| 2016-02-11 |
Noah Misch | In pg_rewind test suite, triple promote timeout to... |
commit | commitdiff | tree | snapshot |
| 2016-02-11 |
Noah Misch | Accept pg_ctl timeout from the PGCTLTIMEOUT environment... |
commit | commitdiff | tree | snapshot |
| 2016-02-11 |
Tom Lane | Avoid use of sscanf() to parse ispell dictionary files. |
commit | commitdiff | tree | snapshot |
| 2016-02-08 |
Tom Lane | Stamp 9.5.1. REL9_5_1 |
commit | commitdiff | tree | snapshot |
| 2016-02-08 |
Peter Eisentraut | Translation updates |
commit | commitdiff | tree | snapshot |
| 2016-02-08 |
Tom Lane | Last-minute updates for release notes. |
commit | commitdiff | tree | snapshot |
| 2016-02-08 |
Tom Lane | Fix some regex issues with out-of-range characters... |
commit | commitdiff | tree | snapshot |
| 2016-02-08 |
Andres Freund | Fix overeager pushdown of HAVING clauses when grouping... |
commit | commitdiff | tree | snapshot |
| 2016-02-07 |
Tom Lane | Improve documentation about PRIMARY KEY constraints. |
commit | commitdiff | tree | snapshot |
| 2016-02-07 |
Tom Lane | Fix deparsing of ON CONFLICT arbiter WHERE clauses. |
commit | commitdiff | tree | snapshot |
| 2016-02-07 |
Tom Lane | Release notes for 9.5.1, 9.4.6, 9.3.11, 9.2.15, 9.1.20. |
commit | commitdiff | tree | snapshot |
| 2016-02-07 |
Tom Lane | ExecHashRemoveNextSkewBucket must physically copy tuple... |
commit | commitdiff | tree | snapshot |
| 2016-02-06 |
Tom Lane | Improve HJDEBUG code a bit. |
commit | commitdiff | tree | snapshot |
| 2016-02-06 |
Noah Misch | Force certain "pljava" custom GUCs to be PGC_SUSET. |
commit | commitdiff | tree | snapshot |
| 2016-02-05 |
Tom Lane | Update time zone data files to tzdata release 2016a. |
commit | commitdiff | tree | snapshot |
| 2016-02-05 |
Robert Haas | postgres_fdw: Avoid possible misbehavior when RETURNING... |
commit | commitdiff | tree | snapshot |
| 2016-02-05 |
Robert Haas | When modifying a foreign table, initialize tableoid... |
commit | commitdiff | tree | snapshot |
| 2016-02-04 |
Tom Lane | Simplify syntax diagram for REINDEX. |
commit | commitdiff | tree | snapshot |
| 2016-02-04 |
Tom Lane | In pg_dump, ensure that view triggers are processed... |
commit | commitdiff | tree | snapshot |
| 2016-02-03 |
Tom Lane | Add hstore_to_jsonb() and hstore_to_jsonb_loose() to... |
commit | commitdiff | tree | snapshot |
| 2016-02-03 |
Tom Lane | Fix IsValidJsonNumber() to notice trailing non-alphanum... |
commit | commitdiff | tree | snapshot |
| 2016-02-02 |
Tom Lane | Fix pg_description entries for jsonb_to_record() and... |
commit | commitdiff | tree | snapshot |
| 2016-02-02 |
Magnus Hagander | Fix typo in comment |
commit | commitdiff | tree | snapshot |
| 2016-02-02 |
Teodor Sigaev | Fix lossy KNN GiST when ordering operator returns non... |
commit | commitdiff | tree | snapshot |
| 2016-02-01 |
Robert Haas | pgbench: Install guards against obscure overflow condit... |
commit | commitdiff | tree | snapshot |
| 2016-02-01 |
Michael Meskes | Make sure ecpg header files do not have a comment lasti... |
commit | commitdiff | tree | snapshot |
| 2016-02-01 |
Heikki Linnakangas | Fix misspelled function name in comment. |
commit | commitdiff | tree | snapshot |
| 2016-01-31 |
Andrew Dunstan | Fix error in documentated use of mingw-w64 compilers |
commit | commitdiff | tree | snapshot |
| 2016-01-29 |
Tom Lane | Fix incorrect pattern-match processing in psql's \det... |
commit | commitdiff | tree | snapshot |
| 2016-01-29 |
Fujii Masao | Fix syntax descriptions for replication commands in... |
commit | commitdiff | tree | snapshot |
| 2016-01-28 |
Robert Haas | Add [NO]BYPASSRLS options to CREATE USER and ALTER... |
commit | commitdiff | tree | snapshot |
| 2016-01-28 |
Alvaro Herrera | Fix spi_worker mention in bgworker documentation |
commit | commitdiff | tree | snapshot |
| 2016-01-26 |
Tom Lane | Fix startup so that log prefix %h works for the log_con... |
commit | commitdiff | tree | snapshot |
| 2016-01-26 |
Tatsuo Ishii | Revert "Fix broken multibyte regression tests." |
commit | commitdiff | tree | snapshot |
| 2016-01-22 |
Alvaro Herrera | pg_dump: Fix quoting of domain constraint names |
commit | commitdiff | tree | snapshot |
| 2016-01-22 |
Tom Lane | Improve levenshtein() docs. |
commit | commitdiff | tree | snapshot |
| 2016-01-22 |
Tom Lane | Remove new coupling between NAMEDATALEN and MAX_LEVENSH... |
commit | commitdiff | tree | snapshot |
| 2016-01-21 |
Tom Lane | Add defenses against putting expanded objects into... |
commit | commitdiff | tree | snapshot |
| 2016-01-20 |
Bruce Momjian | Properly install dynloader.h on MSVC builds |
commit | commitdiff | tree | snapshot |
| next |