Commit Graph

41010 Commits (a4c35ea1c2f05dd5b56739fcd0dc36a4870ea0c0)
 

Author SHA1 Message Date
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
Tom Lane 975768f8ea Doc: small improvements for documentation about VACUUM freezing. 9 years ago
Tom Lane f032722f86 Guard against possible memory allocation botch in batchmemtuples(). 9 years ago
Tom Lane cdc70597c9 Teach appendShellString() to not quote strings containing "-". 9 years ago
Tom Lane a2ee579b6d Repair whitespace in initdb message. 9 years ago
Simon Riggs dcb12ce8d8 Fix VACUUM_TRUNCATE_LOCK_WAIT_INTERVAL 9 years ago
Bruce Momjian 67e1e2aaff C comment: fix file name mention on line 1 9 years ago
Tom Lane 25794e841e Cosmetic code cleanup in commands/extension.c. 9 years ago
Alvaro Herrera 2093f66305 Have "make coverage" recurse into contrib as well 9 years ago
Tom Lane c54159d44c Make locale-dependent regex character classes work for large char codes. 9 years ago
Bruce Momjian f80049f76a C comment: align dashes in GroupState node header 9 years ago