2016-05-07 |
Tom Lane | Release notes for 9.5.3, 9.4.8, 9.3.13, 9.2.17, 9.1.22. |
commit | commitdiff | tree |
2016-05-07 |
Peter Eisentraut | Distrust external OpenSSL clients; clear err queue |
commit | commitdiff | tree |
2016-05-07 |
Tom Lane | Fix pg_upgrade to not fail when new-cluster TOAST rules... |
commit | commitdiff | tree |
2016-05-06 |
Tom Lane | Fix possible read past end of string in to_timestamp(). |
commit | commitdiff | tree |
2016-05-06 |
Tom Lane | Update time zone data files to tzdata release 2016d. |
commit | commitdiff | tree |
2016-05-04 |
Peter Eisentraut | doc: Fix more typos |
commit | commitdiff | tree |
2016-05-04 |
Peter Eisentraut | doc: Fix typos |
commit | commitdiff | tree |
2016-05-02 |
Tom Lane | Fix configure's incorrect version tests for flex and... |
commit | commitdiff | tree |
2016-05-02 |
Heikki Linnakangas | Remove unused macros. |
commit | commitdiff | tree |
2016-04-30 |
Tom Lane | Fix mishandling of equivalence-class tests in parameter... |
commit | commitdiff | tree |
2016-04-29 |
Andres Freund | Remember asking for feedback during walsender shutdown. |
commit | commitdiff | tree |
2016-04-28 |
Tom Lane | Adjust DatumGetBool macro, this time for sure. |
commit | commitdiff | tree |
2016-04-28 |
Bruce Momjian | pg_upgrade: Fix indentation of if() block |
commit | commitdiff | tree |
2016-04-25 |
Peter Eisentraut | doc: Fix typo |
commit | commitdiff | tree |
2016-04-23 |
Tom Lane | Rename strtoi() to strtoint(). |
commit | commitdiff | tree |
2016-04-23 |
Peter Eisentraut | doc: Fix typos |
commit | commitdiff | tree |
2016-04-22 |
Magnus Hagander | Add putenv support for msvcrt from Visual Studio 2013 |
commit | commitdiff | tree |
2016-04-22 |
Tom Lane | Fix planner failure with full join in RHS of left join. |
commit | commitdiff | tree |
2016-04-21 |
Tom Lane | Improve TranslateSocketError() to handle more Windows... |
commit | commitdiff | tree |
2016-04-21 |
Tom Lane | Remove dead code in win32.h. |
commit | commitdiff | tree |
2016-04-21 |
Tom Lane | Provide errno-translation wrappers around bind() and... |
commit | commitdiff | tree |
2016-04-21 |
Tom Lane | Fix ruleutils.c's dumping of ScalarArrayOpExpr containi... |
commit | commitdiff | tree |
2016-04-21 |
Tom Lane | Honor PGCTLTIMEOUT environment variable for pg_regress... |
commit | commitdiff | tree |
2016-04-20 |
Tom Lane | Fix memory leak and other bugs in ginPlaceToPage()... |
commit | commitdiff | tree |
2016-04-18 |
Tom Lane | Further reduce the number of semaphores used under... |
commit | commitdiff | tree |
2016-04-16 |
Peter Eisentraut | doc: Add missing parentheses |
commit | commitdiff | tree |
2016-04-15 |
Tom Lane | Fix possible crash in ALTER TABLE ... REPLICA IDENTITY... |
commit | commitdiff | tree |
2016-04-15 |
Tom Lane | Fix memory leak in GIN index scans. |
commit | commitdiff | tree |
2016-04-14 |
Tom Lane | Fix core dump in ReorderBufferRestoreChange on alignmen... |
commit | commitdiff | tree |
2016-04-13 |
Tom Lane | Fix pg_dump so pg_upgrade'ing an extension with simple... |
commit | commitdiff | tree |
2016-04-11 |
Tom Lane | Fix freshly-introduced PL/Python portability bug. |
commit | commitdiff | tree |
2016-04-11 |
Tom Lane | Fix access-to-already-freed-memory issue in plpython... |
commit | commitdiff | tree |
2016-04-08 |
Teodor Sigaev | Fix possible use of uninitialised value in ts_headline() |
commit | commitdiff | tree |
2016-04-08 |
Andrew Dunstan | Turn down MSVC compiler verbosity |
commit | commitdiff | tree |
2016-04-05 |
Alvaro Herrera | Fix broken ALTER INDEX documentation |
commit | commitdiff | tree |
2016-04-04 |
Tom Lane | Disallow newlines in parameter values to be set in... |
commit | commitdiff | tree |
2016-04-04 |
Tom Lane | Fix latent portability issue in pgwin32_dispatch_queued... |
commit | commitdiff | tree |
2016-03-30 |
Tom Lane | Remove TZ environment-variable entry from postgres... |
commit | commitdiff | tree |
2016-03-29 |
Tom Lane | Avoid possibly-unsafe use of Windows' FormatMessage... |
commit | commitdiff | tree |
2016-03-28 |
Tom Lane | Stamp 9.4.7. REL9_4_7 |
commit | commitdiff | tree |
2016-03-28 |
Peter Eisentraut | Translation updates |
commit | commitdiff | tree |
2016-03-27 |
Tom Lane | Release notes for 9.5.2, 9.4.7, 9.3.12, 9.2.16, 9.1.21. |
commit | commitdiff | tree |
2016-03-27 |
Andres Freund | Change various Gin*Is* macros to return 0/1. |
commit | commitdiff | tree |
2016-03-26 |
Tom Lane | Modernize zic's test for valid timezone abbreviations. |
commit | commitdiff | tree |
2016-03-25 |
Tom Lane | Update time zone data files to tzdata release 2016c. |
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-17 |
Tom Lane | Fix assorted breakage in to_char()'s OF format option. |
commit | commitdiff | tree |
2016-03-17 |
Tom Lane | Fix "pg_bench -C -M prepared". |
commit | commitdiff | tree |
2016-03-15 |
Alvaro Herrera | Fix typos in comments |
commit | commitdiff | tree |
2016-03-15 |
Tom Lane | Cope if platform declares mbstowcs_l(), but not locale_... |
commit | commitdiff | tree |
2016-03-14 |
Tom Lane | Add missing NULL terminator to list_SECURITY_LABEL_prep... |
commit | commitdiff | tree |
2016-03-10 |
Magnus Hagander | Avoid crash on old Windows with AVX2-capable CPU for... |
commit | commitdiff | tree |
2016-03-10 |
Andres Freund | Avoid unlikely data-loss scenarios due to rename()... |
commit | commitdiff | tree |
2016-03-10 |
Andres Freund | Introduce durable_rename() and durable_link_or_rename(). |
commit | commitdiff | tree |
2016-03-09 |
Tom Lane | Fix incorrect handling of NULL index entries in indexed... |
commit | commitdiff | tree |
2016-03-09 |
Andres Freund | Add valgrind suppressions for python code. |
commit | commitdiff | tree |
2016-03-09 |
Andres Freund | Add valgrind suppressions for bootstrap related code. |
commit | commitdiff | tree |
2016-03-08 |
Andres Freund | ltree: Zero padding bytes when allocating memory for... |
commit | commitdiff | tree |
2016-03-08 |
Andres Freund | plperl: Correctly handle empty arrays in plperl_ref_fro... |
commit | commitdiff | tree |
2016-03-08 |
Tom Lane | Fix minor typo in logical-decoding docs. |
commit | commitdiff | tree |
2016-03-07 |
Andres Freund | Further improvements to c8f621c43. |
commit | commitdiff | tree |
2016-03-07 |
Tom Lane | Fix backwards test for Windows service-ness in pg_ctl. |
commit | commitdiff | tree |
2016-03-07 |
Andres Freund | Fix wrong allocation size in c8f621c43. |
commit | commitdiff | tree |
2016-03-07 |
Tom Lane | Fix not-terribly-safe coding in NIImportOOAffixes(... |
commit | commitdiff | tree |
2016-03-06 |
Andres Freund | Add valgrind suppression for padding bytes in twophase... |
commit | commitdiff | tree |
2016-03-06 |
Andres Freund | logical decoding: Fix handling of large old tuples... |
commit | commitdiff | tree |
2016-03-06 |
Andres Freund | logical decoding: old/newtuple in spooled UPDATE change... |
commit | commitdiff | tree |
2016-03-06 |
Andres Freund | logical decoding: Tell reorderbuffer about all xids. |
commit | commitdiff | tree |
2016-03-05 |
Fujii Masao | Ignore recovery_min_apply_delay until recovery has... |
commit | commitdiff | tree |
2016-03-04 |
Robert Haas | Fix compile breakage due to 0315dfa8f4afa8390383119330c... |
commit | commitdiff | tree |
2016-03-04 |
Robert Haas | Fix query-based tab completion for multibyte characters. |
commit | commitdiff | tree |
2016-03-04 |
Alvaro Herrera | Add 'tap_tests' flag in config_default.pl |
commit | commitdiff | tree |
2016-03-04 |
Andres Freund | Force synchronous_commit=on in test_decoding's concurre... |
commit | commitdiff | tree |
2016-03-03 |
Tom Lane | Fix json_to_record() bug with nested objects. |
commit | commitdiff | tree |
2016-03-01 |
Tom Lane | Improve error message for rejecting RETURNING clauses... |
commit | commitdiff | tree |
2016-02-29 |
Alvaro Herrera | Fix typos |
commit | commitdiff | tree |
2016-02-29 |
Alvaro Herrera | doc: document MANPATH as /usr/local/pgsql/share/man |
commit | commitdiff | tree |
2016-02-29 |
Tom Lane | Remove useless unary plus. |
commit | commitdiff | tree |
2016-02-29 |
Dean Rasheed | Fix incorrect varlevelsup in security_barrier_replace_v... |
commit | commitdiff | tree |
2016-02-29 |
Tom Lane | Avoid multiple free_struct_lconv() calls on same data. |
commit | commitdiff | tree |
2016-02-25 |
Alvaro Herrera | Fix typos |
commit | commitdiff | tree |
2016-02-25 |
Noah Misch | MSVC: Clean tmp_check directory of pg_controldata test... |
commit | commitdiff | tree |
2016-02-21 |
Tatsuo Ishii | Fix wording in the Tutorial document. |
commit | commitdiff | tree |
2016-02-19 |
Simon Riggs | Correct StartupSUBTRANS for page wraparound |
commit | commitdiff | tree |
2016-02-18 |
Bruce Momjian | pg_upgrade: suppress creation of delete script |
commit | commitdiff | tree |
2016-02-18 |
Tom Lane | Fix multiple bugs in contrib/pgstattuple's pgstatindex... |
commit | commitdiff | tree |
2016-02-17 |
Tom Lane | Make plpython cope with funny characters in function... |
commit | commitdiff | tree |
2016-02-16 |
Tom Lane | Improve documentation about CREATE INDEX CONCURRENTLY. |
commit | commitdiff | tree |
2016-02-16 |
Tatsuo Ishii | Improve wording in the planner doc |
commit | commitdiff | tree |
2016-02-16 |
Fujii Masao | Correct the formulas for System V IPC parameters SEMMNI... |
commit | commitdiff | tree |
2016-02-15 |
Alvaro Herrera | pgbench: avoid FD_ISSET on an invalid file descriptor |
commit | commitdiff | tree |
2016-02-15 |
Tom Lane | Suppress compiler warnings about useless comparison... |
commit | commitdiff | tree |
2016-02-11 |
Noah Misch | Accept pg_ctl timeout from the PGCTLTIMEOUT environment... |
commit | commitdiff | tree |
2016-02-11 |
Tom Lane | Avoid use of sscanf() to parse ispell dictionary files. |
commit | commitdiff | tree |
2016-02-08 |
Tom Lane | Stamp 9.4.6. REL9_4_6 |
commit | commitdiff | tree |
2016-02-08 |
Peter Eisentraut | Translation updates |
commit | commitdiff | tree |
2016-02-08 |
Tom Lane | Last-minute updates for release notes. |
commit | commitdiff | tree |
2016-02-08 |
Tom Lane | Fix some regex issues with out-of-range characters... |
commit | commitdiff | tree |
2016-02-08 |
Andres Freund | Backpatch of 7a58d19b0 to 9.4, previously omitted. |
commit | commitdiff | tree |
next |