aboutsummaryrefslogtreecommitdiff
path: root/src/include
Commit message (Expand)AuthorAge
* Add option to pg_ctl to choose event source for loggingMagnus Hagander2014-07-17
* Allow join removal in some cases involving a left join to a subquery.Tom Lane2014-07-15
* json_build_object and json_build_array are stable, not immutable.Andrew Dunstan2014-07-15
* Detect presence of SSL_get_current_compressionMagnus Hagander2014-07-15
* Move view reloptions into their own varlena structAlvaro Herrera2014-07-14
* Fix decoding of consecutive MULTI_INSERTs emitted by one heap_multi_insert().Andres Freund2014-07-12
* Fix whitespacePeter Eisentraut2014-07-11
* Implement IMPORT FOREIGN SCHEMA.Tom Lane2014-07-10
* Fix typos in comments.Fujii Masao2014-07-07
* Remove swpb-based spinlock implementation for ARMv5 and earlier.Robert Haas2014-07-06
* Fix decoding of MULTI_INSERTs when rows other than the last are toasted.Andres Freund2014-07-06
* Redesign API presented by nodeAgg.c for ordered-set and similar aggregates.Tom Lane2014-07-03
* Rename logical decoding's pg_llog directory to pg_logical.Andres Freund2014-07-02
* Refactor CREATE/ALTER DATABASE syntax so options need not be keywords.Tom Lane2014-07-01
* Remove some useless code in the configure script.Tom Lane2014-07-01
* Avoid copying index tuples when building an index.Robert Haas2014-07-01
* Fix and enhance the assertion of no palloc's in a critical section.Heikki Linnakangas2014-06-30
* Remove use_json_as_text options from json_to_record/json_populate_record.Tom Lane2014-06-29
* Add cluster_name GUC which is included in process titles if set.Andres Freund2014-06-29
* Remove Alpha and Tru64 support.Andres Freund2014-06-28
* Have multixact be truncated by checkpoint, not vacuumAlvaro Herrera2014-06-27
* Get rid of bogus separate pg_proc entries for json_extract_path operators.Tom Lane2014-06-26
* Add Asserts to verify that catalog cache keys are unique and not null.Tom Lane2014-06-20
* Don't allow to disable backend assertions via the debug_assertions GUC.Andres Freund2014-06-20
* Avoid leaking memory while evaluating arguments for a table function.Tom Lane2014-06-19
* Fix calculation of PREDICATELOCK_MANAGER_LWLOCK_OFFSET.Kevin Grittner2014-06-19
* Don't allow data_directory to be set in postgresql.auto.conf by ALTER SYSTEM.Fujii Masao2014-06-19
* Implement UPDATE tab SET (col1,col2,...) = (SELECT ...), ...Tom Lane2014-06-18
* Revert accidental change of WAL_DEBUG default.Heikki Linnakangas2014-06-17
* Avoid recursion when processing simple lists of AND'ed or OR'ed clauses.Tom Lane2014-06-16
* Add mkdtemp() to libpgport.Noah Misch2014-06-14
* Change the signature of rm_desc so that it's passed a XLogRecord.Heikki Linnakangas2014-06-14
* Rename lo_create(oid, bytea) to lo_from_bytea().Tom Lane2014-06-12
* Consistency improvements for slot and decoding code.Andres Freund2014-06-12
* Stamp HEAD as 9.5devel.Tom Lane2014-06-10
* Wrap multixact/members correctly during extension, take 2Alvaro Herrera2014-06-09
* 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
* Adjust SP-GiST WAL record formats to reduce alignment padding.Heikki Linnakangas2014-06-05
* 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
* Save pg_stat_statements statistics file into $PGDATA/pg_stat directory at shu...Fujii Masao2014-06-04
* pg_lsn should not be marked typispreferred.Tom Lane2014-05-28
* Support BSD and e2fsprogs UUID libraries alongside OSSP UUID library.Tom Lane2014-05-27
* Fix typo in comment.Fujii Masao2014-05-22
* Fix unportable setvbuf() usage in initdb.Tom Lane2014-05-15
* Fix race condition in preparing a transaction for two-phase commit.Heikki Linnakangas2014-05-15
* Silence warnings about redefining popen on Mingw-w64.Heikki Linnakangas2014-05-15
* Code review for recent changes in relcache.c.Tom Lane2014-05-14
* Stamp 9.4beta1.REL9_4_BETA1Tom Lane2014-05-11