Commit Graph

41137 Commits (0aec7f9aec8b828e074b8f2f3cbea2ec3e5c0209)
 

Author SHA1 Message Date
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
Tom Lane 15bc038f9b Relax transactional restrictions on ALTER TYPE ... ADD VALUE. 9 years ago
Simon Riggs 016abf1fb8 Add debug check function LWLockHeldByMeInMode() 9 years ago
Simon Riggs ec03f4121c Document LSN acronym in WAL Internals 9 years ago
Simon Riggs d851bef2d6 Dirty replication slots when using sql interface 9 years ago
Tom Lane b6182081be Remove duplicate code from ReorderBufferCleanupTXN(). 9 years ago
Tom Lane c7f68bea22 Add regression test coverage for non-default timezone abbreviation sets. 9 years ago
Tom Lane da6ea70c32 Remove vestigial references to "zic" in favor of "IANA database". 9 years ago
Tom Lane 5a07224491 Update release notes to mention need for ALTER EXTENSION UPDATE. 9 years ago
Tom Lane a2d75b67bc Remove useless pg_strdup() operations. 9 years ago
Heikki Linnakangas e21db14b8a Clarify the new Red-Black post-order traversal code a bit. 9 years ago
Tom Lane 6591f4226c Improve readability of the output of psql's \timing command. 9 years ago
Tom Lane 600dc4c0da Fix multiple bugs in numeric_poly_deserialize(). 9 years ago
Tom Lane 60893786d5 Fix corrupt GIN_SEGMENT_ADDITEMS WAL records on big-endian hardware. 9 years ago
Simon Riggs 35250b6ad7 New recovery target recovery_target_lsn 9 years ago
Simon Riggs 0c40ab3a88 Fix wording of logical decoding concepts 9 years ago
Tom Lane 39b691f251 Don't require dynamic timezone abbreviations to match underlying time zone. 9 years ago
Heikki Linnakangas ec136d19b2 Move code shared between libpq and backend from backend/libpq/ to common/. 9 years ago
Heikki Linnakangas 9cca11c915 Speed up SUM calculation in numeric aggregates. 9 years ago
Heikki Linnakangas 9f85784cae Support multiple iterators in the Red-Black Tree implementation. 9 years ago
Kevin Grittner 76f9dd4fa8 Improve tab completion for BEGIN & START|SET TRANSACTION. 9 years ago
Tom Lane 6c03d981a6 Change API of ShmemAlloc() so it throws error rather than returning NULL. 9 years ago
Tom Lane 6f7c0ea32f Improve memory management for PL/Perl functions. 9 years ago
Tom Lane d062245b5b Improve memory management for PL/Tcl functions. 9 years ago