Commit Graph

41120 Commits (46ddbbb1177a7e6ce5a4fe0ef8fa8ac49f36d0bb)
 

Author SHA1 Message Date
Tom Lane 5472ed3e9b Make min_parallel_relation_size's default value platform-independent. 9 years ago
Robert Haas 8a503526e4 pg_buffercache: Allow huge allocations. 9 years ago
Heikki Linnakangas 593d4e47db Support OpenSSL 1.1.0. 9 years ago
Heikki Linnakangas c99dd5bfed Fix and clarify comments on replacement selection. 9 years ago
Peter Eisentraut 656df624c0 Add overflow checks to money type input function 9 years ago
Tom Lane 0dac5b5174 Tweak targetlist-SRF tests some more. 9 years ago
Robert Haas 6415ba502b Improve code comment for GatherPath's single_copy flag. 9 years ago
Tom Lane a163c006ca Tweak targetlist-SRF tests. 9 years ago
Tom Lane 55c3391d1e Be pickier about converting between Name and Datum. 9 years ago
Tom Lane fdc79e1909 Fix executor/README to reflect disallowing SRFs in UPDATE. 9 years ago
Tom Lane a4c35ea1c2 Improve parser's and planner's handling of set-returning functions. 9 years ago
Robert Haas 445a38aba2 Have heapam.h include lockdefs.h rather than lock.h. 9 years ago
Andres Freund 0dba54f166 Remove user_relns() SRF from regression tests. 9 years ago
Andres Freund 9f478b4f19 Address portability issues in bfe16d1a5 test output. 9 years ago
Andres Freund bfe16d1a5d Add more tests for targetlist SRFs. 9 years ago
Tom Lane 42fd984c0b Docs: assorted minor cleanups. 9 years ago
Peter Eisentraut 9083353b15 pg_basebackup: Clean created directories on failure 9 years ago
Kevin Grittner 63c1a87194 Fix recent commit for tab-completion of database template. 9 years ago
Simon Riggs 4068eb9918 Fix copy/pasto in file identification 9 years ago
Simon Riggs fc3d4a44e9 Identify walsenders in pg_stat_activity 9 years ago
Simon Riggs c3c0d7bd70 Raise max setting of checkpoint_timeout to 1d 9 years ago
Kevin Grittner 52803098ab psql tab completion for CREATE DATABASE ... TEMPLATE ... 9 years ago
Tom Lane 40b449ae84 Allow CREATE EXTENSION to follow extension update paths. 9 years ago
Tom Lane 28e5e5648c Fix and simplify MSVC build's handling of xml/xslt/uuid dependencies. 9 years ago
Heikki Linnakangas 24598337c8 Implement binary heap replace-top operation in a smarter way. 9 years ago
Tom Lane f2717c79ee Improve unreachability recognition in elog() macro. 9 years ago
Tom Lane ddc8893179 Fix miserable coding in pg_stat_get_activity(). 9 years ago
Tom Lane 24992c6db9 Rewrite PageIndexDeleteNoCompact into a form that only deletes 1 tuple. 9 years ago
Tom Lane 1a4be103a5 Convert PageAddItem into a macro to save a few cycles. 9 years ago
Tom Lane b1328d78f8 Invent PageIndexTupleOverwrite, and teach BRIN and GiST to use it. 9 years ago
Alvaro Herrera 5c609a742f Fix locking a tuple updated by an aborted (sub)transaction 9 years ago
Tom Lane 984d0a14e8 In PageIndexTupleDelete, don't assume stored item lengths are MAXALIGNed. 9 years ago
Peter Eisentraut e0013deb59 Make better use of existing enums in plpgsql 9 years ago
Tom Lane 967a7b0fc9 Avoid reporting "cache lookup failed" for some user-reachable cases. 9 years ago
Simon Riggs ec253de1fd Fix corruption of 2PC recovery with subxacts 9 years ago
Simon Riggs f66472428a Correct TABLESAMPLE docs 9 years ago
Andres Freund 45e191e3aa Improve scalability of md.c for large relations. 9 years ago
Andres Freund 417fefaf08 Faster PageIsVerified() for the all zeroes case. 9 years ago
Andres Freund 769fd9d8e0 Fix mdtruncate() to close fd.c handle of deleted segments. 9 years ago
Alvaro Herrera 19acee8c5a Fix two src/test/modules Makefiles 9 years ago
Tom Lane df5d9bb8d5 Allow pg_dump to dump non-extension members of an extension-owned schema. 9 years ago
Tom Lane e97e9c57bd Don't print database's tablespace in pg_dump -C --no-tablespaces output. 9 years ago
Simon Riggs 67c6bd1ca3 Fix minor memory leak in Standby startup 9 years ago
Noah Misch d299eb41df MSVC: Pass any user-set MSBFLAGS to MSBuild and VCBUILD. 9 years ago
Noah Misch 976a9bbd02 MSVC: Place gendef.pl temporary file in the target directory. 9 years ago
Bruce Momjian c9cf432ef3 9.6 release notes: correct summary item about freeze 9 years ago
Tom Lane 0ab9c56d0f Support renaming an existing value of an enum type. 9 years ago
Tom Lane bd180b6079 Doc: minor documentation improvements about extensions. 9 years ago
Tom Lane 4f405c8ef4 Add a HINT for client-vs-server COPY failure cases. 9 years ago
Peter Eisentraut 49eb0fd097 Add location field to DefElem 9 years ago