Commit Graph

40944 Commits (ec136d19b21791c845b1deeff43df137add0639e)
 

Author SHA1 Message Date
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
Tom Lane ea268cdc9a Add macros to make AllocSetContextCreate() calls simpler and safer. 9 years ago
Tom Lane 26fa446da6 Add a nonlocalized version of the severity field to client error messages. 9 years ago
Tom Lane 78dcd027e8 Fix potential memory leakage from HandleParallelMessages(). 9 years ago
Tom Lane 45a36e6853 Put static forward declarations in elog.c back into same order as code. 9 years ago
Tom Lane 8529036b53 Fix assorted small bugs in ThrowErrorData(). 9 years ago
Tom Lane fbf28b6b52 Fix logic for adding "parallel worker" context line to worker errors. 9 years ago
Heikki Linnakangas ae025a1598 Support OID system column in postgres_fdw. 9 years ago
Tom Lane 2533ff0aa5 Fix instability in parallel regression tests. 9 years ago
Tom Lane ae4760d667 Fix small query-lifespan memory leak in bulk updates. 9 years ago
Bruce Momjian ca9cb940d2 doc: more replacement of <literal> with something better 9 years ago
Robert Haas dcb7a54bd1 postgres_fdw: Cosmetic cleanup. 9 years ago
Tom Lane 2c00fad286 Fix improper repetition of previous results from a hashed aggregate. 9 years ago
Kevin Grittner 5cd3864075 Remove unnecessary #include. 9 years ago
Peter Eisentraut 0e4cc1fc51 doc: Fix XSLT speedup with older upstream stylesheet versions 9 years ago
Noah Misch 0395198728 Build libpgfeutils before src/bin/pg_basebackup programs. 9 years ago
Noah Misch b6418a0919 Build libpgfeutils before pg_isready. 9 years ago
Tom Lane 71e006f031 Suppress compiler warnings in non-cassert builds. 9 years ago
Tom Lane 32909a57f9 Fix network_spgist.c build failures from missing AF_INET definition. 9 years ago
Tom Lane 77e2906821 Create an SP-GiST opclass for inet/cidr. 9 years ago
Robert Haas 0fda682e54 Extend dsm API with a new function dsm_unpin_segment. 9 years ago
Robert Haas 19998730ae Remove duplicate function prototype. 9 years ago
Bruce Momjian ff066481b0 doc: fix incorrect 'literal' tags 9 years ago
Tom Lane d2ddee63b4 Improve SP-GiST opclass API to better support unlabeled nodes. 9 years ago
Robert Haas 86f31695f3 Add txid_current_ifassigned(). 9 years ago
Robert Haas ff36700c3b Remove duplicate word from comment. 9 years ago
Tom Lane 7b405b3e04 Refactor some network.c code to create cidr_set_masklen_internal(). 9 years ago