Commit Graph

41120 Commits (46ddbbb1177a7e6ce5a4fe0ef8fa8ac49f36d0bb)
 

Author SHA1 Message Date
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
Tom Lane 65a588b4c3 Try to fix portability issue in enum renumbering (again). 9 years ago
Tom Lane 679226337a Remove no-longer-useful SSL-specific Port.count field. 9 years ago
Heikki Linnakangas 14cca1bf8e Use static inline functions for float <-> Datum conversions. 9 years ago
Tom Lane 0e0f43d6fd Prevent starting a standalone backend with standby_mode on. 9 years ago
Robert Haas 530fb68e0f Update comments to reflect code rearrangement. 9 years ago
Tom Lane 052cc223d5 Fix a bunch of places that called malloc and friends with no NULL check. 9 years ago
Tom Lane 9daec77e16 Simplify correct use of simple_prompt(). 9 years ago
Tom Lane 37f6fd1eaa Fix initdb misbehavior when user mis-enters superuser password. 9 years ago
Alvaro Herrera 8e1e3f958f Split hash.h → hash_xlog.h 9 years ago
Heikki Linnakangas 9b7cd59af1 Remove support for OpenSSL versions older than 0.9.8. 9 years ago
Tom Lane cf34fdbbe1 Make AllocSetContextCreate throw an error for bad context-size parameters. 9 years ago
Simon Riggs 49340627f9 Fix pg_receivexlog --synchronous 9 years ago
Fujii Masao bd082231ed Fix typos in comments. 9 years ago
Fujii Masao bab7823a49 Fix pg_xlogdump so that it handles cross-page XLP_FIRST_IS_CONTRECORD record. 9 years ago
Tom Lane b899ccbb49 Fix stray reference to the old genbki.sh script. 9 years ago
Tom Lane 39d866433e Make another editorial pass over the 9.6 release notes. 9 years ago
Tom Lane a6f0dc701b Update 9.6 release notes through today. 9 years ago