summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-09-02Support multiple iterators in the Red-Black Tree implementation.Heikki Linnakangas
2016-09-01Improve tab completion for BEGIN & START|SET TRANSACTION.Kevin Grittner
2016-09-01Change API of ShmemAlloc() so it throws error rather than returning NULL.Tom Lane
2016-08-31Improve memory management for PL/Perl functions.Tom Lane
2016-08-31Improve memory management for PL/Tcl functions.Tom Lane
2016-08-31Try to fix portability issue in enum renumbering (again).Tom Lane
2016-08-31Remove no-longer-useful SSL-specific Port.count field.Tom Lane
2016-08-31Use static inline functions for float <-> Datum conversions.Heikki Linnakangas
2016-08-31Prevent starting a standalone backend with standby_mode on.Tom Lane
2016-08-31Update comments to reflect code rearrangement.Robert Haas
2016-08-30Fix a bunch of places that called malloc and friends with no NULL check.Tom Lane
2016-08-30Simplify correct use of simple_prompt().Tom Lane
2016-08-30Fix initdb misbehavior when user mis-enters superuser password.Tom Lane
2016-08-29Split hash.h → hash_xlog.hAlvaro Herrera
2016-08-29Remove support for OpenSSL versions older than 0.9.8.Heikki Linnakangas
2016-08-29Make AllocSetContextCreate throw an error for bad context-size parameters.Tom Lane
2016-08-29Fix pg_receivexlog --synchronousSimon Riggs
2016-08-29Fix typos in comments.Fujii Masao
2016-08-29Fix pg_xlogdump so that it handles cross-page XLP_FIRST_IS_CONTRECORD record.Fujii Masao
2016-08-28Fix stray reference to the old genbki.sh script.Tom Lane
2016-08-28Make another editorial pass over the 9.6 release notes.Tom Lane
2016-08-28Update 9.6 release notes through today.Tom Lane
2016-08-27Add macros to make AllocSetContextCreate() calls simpler and safer.Tom Lane
2016-08-26Add a nonlocalized version of the severity field to client error messages.Tom Lane
2016-08-26Fix potential memory leakage from HandleParallelMessages().Tom Lane
2016-08-26Put static forward declarations in elog.c back into same order as code.Tom Lane
2016-08-26Fix assorted small bugs in ThrowErrorData().Tom Lane
2016-08-26Fix logic for adding "parallel worker" context line to worker errors.Tom Lane
2016-08-26Support OID system column in postgres_fdw.Heikki Linnakangas
2016-08-25Fix instability in parallel regression tests.Tom Lane
2016-08-25Fix small query-lifespan memory leak in bulk updates.Tom Lane
2016-08-25doc: more replacement of <literal> with something betterBruce Momjian
2016-08-24postgres_fdw: Cosmetic cleanup.Robert Haas
2016-08-24Fix improper repetition of previous results from a hashed aggregate.Tom Lane
2016-08-24Remove unnecessary #include.Kevin Grittner
2016-08-24doc: Fix XSLT speedup with older upstream stylesheet versionsPeter Eisentraut
2016-08-24Build libpgfeutils before src/bin/pg_basebackup programs.Noah Misch
2016-08-24Build libpgfeutils before pg_isready.Noah Misch
2016-08-24Suppress compiler warnings in non-cassert builds.Tom Lane
2016-08-23Fix network_spgist.c build failures from missing AF_INET definition.Tom Lane
2016-08-23Create an SP-GiST opclass for inet/cidr.Tom Lane
2016-08-23Extend dsm API with a new function dsm_unpin_segment.Robert Haas
2016-08-23Remove duplicate function prototype.Robert Haas
2016-08-23doc: fix incorrect 'literal' tagsBruce Momjian
2016-08-23Improve SP-GiST opclass API to better support unlabeled nodes.Tom Lane
2016-08-23Add txid_current_ifassigned().Robert Haas
2016-08-23Remove duplicate word from comment.Robert Haas
2016-08-23Refactor some network.c code to create cidr_set_masklen_internal().Tom Lane
2016-08-22doc: fix typo in recent patchBruce Momjian
2016-08-22Fix possible sorting error when aborting use of abbreviated keys.Robert Haas