aboutsummaryrefslogtreecommitdiff
path: root/src/include
Commit message (Expand)AuthorAge
* Compress GIN posting lists, for smaller index size.Heikki Linnakangas2014-01-22
* Add a cardinality function for arrays.Robert Haas2014-01-21
* Expose a routine to print triggers during EXPLAIN ANALYZEAlvaro Herrera2014-01-20
* Speed up COPY into tables with DEFAULT nextval()Simon Riggs2014-01-20
* Remove support for native krb5 authenticationMagnus Hagander2014-01-19
* Add CREATE TABLESPACE ... WITH ... OptionsStephen Frost2014-01-18
* Fix VACUUM's reporting of dead-tuple counts to the stats collector.Tom Lane2014-01-18
* Add ALTER TABLESPACE ... MOVE commandStephen Frost2014-01-18
* Make various variables const (read-only).Tom Lane2014-01-18
* Export a few more symbols required for test_shm_mq module.Andrew Dunstan2014-01-18
* Export set_latch_on_sigusr1 symbol for Windows.Andrew Dunstan2014-01-17
* Prevent double macro definition of WIN32.Andrew Dunstan2014-01-17
* Define WIN32 when _WIN32 is setMagnus Hagander2014-01-17
* Logging running transactions every 15 seconds.Robert Haas2014-01-15
* Fix multiple bugs in index page locking during hot-standby WAL replay.Tom Lane2014-01-14
* Fix typo in comment.Robert Haas2014-01-14
* Single-reader, single-writer, lightweight shared message queue.Robert Haas2014-01-14
* Simple table of contents for a shared memory segment.Robert Haas2014-01-14
* Make bitmap heap scans show exact/lossy block info in EXPLAIN ANALYZE.Robert Haas2014-01-13
* Disallow LATERAL references to the target table of an UPDATE/DELETE.Tom Lane2014-01-11
* Remove DESCR entries for json operator functions.Andrew Dunstan2014-01-10
* Move username lookup functions from /port to /commonBruce Momjian2014-01-10
* We don't need to include pg_sema.h in s_lock.h anymore.Tom Lane2014-01-08
* Reduce the number of semaphores used under --disable-spinlocks.Robert Haas2014-01-08
* Update copyright for 2014Bruce Momjian2014-01-07
* Cache catalog lookup data across groups in ordered-set aggregates.Tom Lane2014-01-05
* Fix calculation of maximum statistics-message size.Tom Lane2014-01-02
* Handle wraparound during truncation in multixact/membersAlvaro Herrera2014-01-02
* Aggressively freeze tables when CLUSTER or VACUUM FULL rewrites them.Robert Haas2014-01-02
* Rename walLogHints to wal_log_hints for easier grepping.Robert Haas2014-01-01
* Remove dead code now that orindxpath.c is history.Tom Lane2013-12-30
* Extract restriction OR clauses whether or not they are indexable.Tom Lane2013-12-30
* Undo autoconf 2.69's attempt to #define _DARWIN_USE_64_BIT_INODE.Tom Lane2013-12-29
* Fix whitespacePeter Eisentraut2013-12-26
* Support ordered-set (WITHIN GROUP) aggregates.Tom Lane2013-12-23
* Change the way we mark tuples as frozen.Robert Haas2013-12-22
* Rename wal_log_hintbits to wal_log_hints, per discussion on pgsql-hackers.Fujii Masao2013-12-21
* Move pg_upgrade_support global variables to their own include fileBruce Momjian2013-12-19
* Upgrade to Autoconf 2.69Peter Eisentraut2013-12-18
* Allow on-detach callbacks for dynamic shared memory segments.Robert Haas2013-12-18
* Fix incorrect error message reported for non-existent usersBruce Momjian2013-12-18
* Don't ignore tuple locks propagated by our updatesAlvaro Herrera2013-12-18
* Add ALTER SYSTEM command to edit the server configuration file.Tatsuo Ishii2013-12-18
* Rework tuple freezing protocolAlvaro Herrera2013-12-16
* Add GUC to enable WAL-logging of hint bits, even with checksums disabled.Heikki Linnakangas2013-12-13
* New autovacuum_work_mem parameterSimon Riggs2013-12-12
* Add a new reloption, user_catalog_table.Robert Haas2013-12-10
* Add new wal_level, logical, sufficient for logical decoding.Robert Haas2013-12-10
* Rename TABLE() to ROWS FROM().Noah Misch2013-12-10
* Don't include unused space in LOG_NEWPAGE records.Heikki Linnakangas2013-12-04