aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Fix ancient encoding error in hungarian.stop.Tom Lane2014-06-10
* Stamp shared-library minor version numbers for 9.5.Tom Lane2014-06-10
* Stamp HEAD as 9.5devel.Tom Lane2014-06-10
* Forward-port regression test for bug #10587 into 9.3 and HEAD.Tom Lane2014-06-09
* Fix infinite loop when splitting inner tuples in SPGiST text indexes.Tom Lane2014-06-09
* Wrap multixact/members correctly during extension, take 2Alvaro Herrera2014-06-09
* Fix off-by-one in decoding causing one-record events to be skipped.Andres Freund2014-06-05
* Add defenses against running with a wrong selection of LOBLKSIZE.Tom Lane2014-06-05
* Consistently spell a replication slot's name as slot_name.Andres Freund2014-06-05
* Move regression test listing of builtin leakproof functions to opr_sanity.sql.Andres Freund2014-06-05
* Adjust SP-GiST WAL record formats to reduce alignment padding.Heikki Linnakangas2014-06-05
* Tweak new regression test case for better portability.Tom Lane2014-06-04
* Add btree and hash opclasses for pg_lsn.Tom Lane2014-06-04
* Bump PG_CONTROL_VERSION for previous 9.4 changes.Tom Lane2014-06-04
* Fix longstanding bug in HeapTupleSatisfiesVacuum().Andres Freund2014-06-04
* Add description of pg_stat directory into doc.Fujii Masao2014-06-05
* Save pg_stat_statements statistics file into $PGDATA/pg_stat directory at shu...Fujii Masao2014-06-04
* Silence Bison deprecation warningsPeter Eisentraut2014-06-03
* Use EncodeDateTime instead of to_char to render JSON timestamps.Andrew Dunstan2014-06-03
* Do not escape a unicode sequence when escaping JSON text.Andrew Dunstan2014-06-03
* Output timestamps in ISO 8601 format when rendering JSON.Andrew Dunstan2014-06-03
* Make plpython_unicode regression test work in more database encodings.Tom Lane2014-06-03
* Set the process latch when processing recovery conflict interrupts.Andres Freund2014-06-03
* Use unaligned output in another regression test query to reduce diff noise.Andres Freund2014-06-03
* doc: fix JSON function prototype variable labelBruce Momjian2014-06-02
* Improve the efficiency of certain jsonb get operations.Andrew Dunstan2014-06-01
* Improvements to the replication protocol documentation.Andres Freund2014-05-31
* On OS X, link libpython normally, ignoring the "framework" framework.Tom Lane2014-05-30
* Fix typos in MSVC solution file.Heikki Linnakangas2014-05-30
* In release notes, mention the need to initialize bgw_notify_pid.Robert Haas2014-05-29
* When using the OSSP UUID library, cache its uuid_t state object.Tom Lane2014-05-29
* Fix uuid-ossp regression tests based on buildfarm feedback.Tom Lane2014-05-28
* Revert "Fix bogus %name-prefix option syntax in all our Bison files."Tom Lane2014-05-28
* Don't pay heed to wal_sender_timeout while creating a decoding slot.Andres Freund2014-05-29
* Minor refactoring of jsonb_util.cHeikki Linnakangas2014-05-28
* Jsonb comparison bug fixes.Heikki Linnakangas2014-05-28
* Fix bogus %name-prefix option syntax in all our Bison files.Tom Lane2014-05-28
* Improve regression tests for uuid-ossp.Tom Lane2014-05-28
* Fix stack clobber in new uuid-ossp code.Tom Lane2014-05-28
* Ensure cleanup in case of early errors in streaming base backupsMagnus Hagander2014-05-28
* doc: improve markup of ssl_ecdh_curve commitBruce Momjian2014-05-28
* pg_lsn should not be marked typispreferred.Tom Lane2014-05-28
* Fix obsolete config-module-exclusion logic in vcregress.pl.Tom Lane2014-05-27
* Propagate system identifier generation improvement into pg_resetxlog.Tom Lane2014-05-27
* doc: improve ssl_ecdh_curve descriptionsBruce Momjian2014-05-27
* Support BSD and e2fsprogs UUID libraries alongside OSSP UUID library.Tom Lane2014-05-27
* worker_spi: Initialize bgw_notify_pid in all cases.Robert Haas2014-05-26
* Avoid unportable usage of sscanf(UINT64_FORMAT).Tom Lane2014-05-26
* Fix pg_recvlogical to accept the documented -I instead only --startpos.Andres Freund2014-05-26
* Small typo and formatting fixes in postgresql.conf.samplePeter Eisentraut2014-05-25