Commit Graph

39454 Commits (aa86edb38da6f822a53553c94d11f95ed4549d76)
 

Author SHA1 Message Date
Alvaro Herrera aa86edb38d Fix typo in 9.5 release nodes 10 years ago
Tom Lane 64b296976b Make pg_dump behave more sanely when built without HAVE_LIBZ. 10 years ago
Tom Lane 6479df1378 In Windows pg_dump, ensure idle workers will shut down during error exit. 10 years ago
Tom Lane b2355a29c6 Ensure that backends see up-to-date statistics for shared catalogs. 10 years ago
Tom Lane af6555b80c Fix broken error handling in parallel pg_dump/pg_restore. 10 years ago
Tom Lane bbbe2c97eb Fetch XIDs atomically during vac_truncate_clog(). 10 years ago
Tom Lane a34c3dd50f Avoid consuming an XID during vac_truncate_clog(). 10 years ago
Tom Lane e504d915bb Support IndexElem in raw_expression_tree_walker(). 10 years ago
Tom Lane 9d91cd865b Fix latent crash in do_text_output_multiline(). 10 years ago
Tom Lane 7fc5064df4 Further improve documentation about --quote-all-identifiers switch. 10 years ago
Tom Lane c09f1dcef3 Improve documentation about pg_dump's --quote-all-identifiers switch. 10 years ago
Peter Eisentraut 9312c04ac0 doc: Fix typo 10 years ago
Tom Lane ab5f73b3ea Ensure plan stability in contrib/btree_gist regression test. 10 years ago
Alvaro Herrera 4140619df9 Fix bogus comments 10 years ago
Alvaro Herrera 21ef195340 Fix obsolete comment 10 years ago
Tom Lane 428484ce10 Fix infer_arbiter_indexes() to not barf on system columns. 10 years ago
Tom Lane 58d802410a Fix assorted missing infrastructure for ON CONFLICT. 10 years ago
Alvaro Herrera 7516cdb76a Fix autovacuum for shared relations 10 years ago
Tom Lane ba37ac2177 Stamp 9.5.3. 10 years ago
Peter Eisentraut e51547e05a Translation updates 10 years ago
Tom Lane 828fe49148 Release notes for 9.5.3, 9.4.8, 9.3.13, 9.2.17, 9.1.22. 10 years ago
Tom Lane 673bceaf3f Docs: improve warnings about nextval() not producing gapless sequences. 10 years ago
Peter Eisentraut a3c17b2af8 Distrust external OpenSSL clients; clear err queue 10 years ago
Peter Eisentraut ab32a40572 Fix SSL tests 10 years ago
Tom Lane 196870f2fc Fix pg_upgrade to not fail when new-cluster TOAST rules differ from old. 10 years ago
Tom Lane 504af1fe04 Fix possible read past end of string in to_timestamp(). 10 years ago
Tom Lane 4edbb265ce Update time zone data files to tzdata release 2016d. 10 years ago
Tom Lane e4a58520fc Fix ordering/categorization of some recently-added system views. 10 years ago
Peter Eisentraut c792440fe0 doc: Fix more typos 10 years ago
Peter Eisentraut b0088f7dff doc: Fix typos 10 years ago
Tom Lane 5e7a7703bd Fix configure's incorrect version tests for flex and perl. 10 years ago
Heikki Linnakangas ad5993d866 Remove unused macros. 10 years ago
Peter Eisentraut 25f462b656 doc: Fix typo 10 years ago
Tom Lane f25d0619c7 Fix mishandling of equivalence-class tests in parameterized plans. 10 years ago
Andrew Dunstan eac3e16741 Fix comment whitespace in VS2105 patch 10 years ago
Andrew Dunstan b71b4d8528 Fix typo in VS2015 patch 10 years ago
Andrew Dunstan da52474f3d Support building with Visual Studio 2015 10 years ago
Andres Freund 2e1b4adf39 Remember asking for feedback during walsender shutdown. 10 years ago
Tom Lane 94a16531b3 Adjust DatumGetBool macro, this time for sure. 10 years ago
Tom Lane 695718f99c Revert "Convert contrib/seg's bool-returning SQL functions to V1 call convention." 10 years ago
Noah Misch f9989482d0 Impose a full barrier in generic-xlc.h atomics functions. 10 years ago
Peter Eisentraut 46e006d64b doc: Fix typo 10 years ago
Tom Lane bdf7744f73 Rename strtoi() to strtoint(). 10 years ago
Peter Eisentraut 3debaa603f doc: Fix typos 10 years ago
Tom Lane b1dd2f86ce Convert contrib/seg's bool-returning SQL functions to V1 call convention. 10 years ago
Magnus Hagander 409c49c64a Add putenv support for msvcrt from Visual Studio 2013 10 years ago
Tom Lane 81deadd317 Fix unexpected side-effects of operator_precedence_warning. 10 years ago
Tom Lane 94c685a7cb Fix planner failure with full join in RHS of left join. 10 years ago
Tom Lane d2e59cbc35 Improve TranslateSocketError() to handle more Windows error codes. 10 years ago
Tom Lane 575cbd48cd Remove dead code in win32.h. 10 years ago