Commit Graph

39488 Commits (07f69137b15e594edfaec29f73efa86aa442902c)
 

Author SHA1 Message Date
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
Tom Lane 20d4428f09 Provide errno-translation wrappers around bind() and listen() on Windows. 10 years ago
Tom Lane 4b52cc2892 Fix ruleutils.c's dumping of ScalarArrayOpExpr containing an EXPR_SUBLINK. 10 years ago
Tom Lane 0b8e0bf0ab Honor PGCTLTIMEOUT environment variable for pg_regress' startup wait. 10 years ago
Tom Lane be27544569 Fix memory leak and other bugs in ginPlaceToPage() & subroutines. 10 years ago
Tom Lane c6a5b6677d Further reduce the number of semaphores used under --disable-spinlocks. 10 years ago
Peter Eisentraut e2c183ef80 doc: Add missing parentheses 10 years ago
Tom Lane 8f8e65d348 Fix possible crash in ALTER TABLE ... REPLICA IDENTITY USING INDEX. 10 years ago
Tom Lane edd57377f0 Fix memory leak in GIN index scans. 10 years ago
Andres Freund 593f469a04 Remove trailing commas in enums. 10 years ago
Tom Lane e7a456174b Fix core dump in ReorderBufferRestoreChange on alignment-picky platforms. 10 years ago
Tom Lane ce47112b6a Adjust datatype of ReplicationState.acquired_by. 10 years ago
Tom Lane fb0f639335 Fix pg_dump so pg_upgrade'ing an extension with simple opfamilies works. 10 years ago
Tom Lane 079013f0b7 Fix _SPI_execute_plan() for CREATE TABLE IF NOT EXISTS foo AS ... 10 years ago
Tom Lane 8207c6baf8 Fix freshly-introduced PL/Python portability bug. 10 years ago
Tom Lane ec91ee8f00 Fix access-to-already-freed-memory issue in plpython's error handling. 10 years ago
Teodor Sigaev bf73016e01 Fix possible use of uninitialised value in ts_headline() 10 years ago