aboutsummaryrefslogtreecommitdiff
path: root/src/include
Commit message (Expand)AuthorAge
* Use pg_lsn data type in pg_stat_replication, too.Robert Haas2014-02-24
* Switch various builtin functions to use pg_lsn instead of text.Robert Haas2014-02-19
* Further code review for pg_lsn data type.Robert Haas2014-02-19
* pg_lsn macro naming and type behavior revisions.Robert Haas2014-02-19
* Add a pg_lsn data type, to represent an LSN.Robert Haas2014-02-19
* Predict integer overflow to avoid buffer overruns.Noah Misch2014-02-17
* Fix handling of wide datetime input/output.Noah Misch2014-02-17
* Avoid repeated name lookups during table and index DDL.Robert Haas2014-02-17
* Prevent privilege escalation in explicit calls to PL validators.Noah Misch2014-02-17
* PGDLLIMPORT-ify MainLWLockArray, ProcDiePending, proc_exit_inprogress.Tom Lane2014-02-16
* PGDLLIMPORT'ify DateStyle and IntervalStyle.Tom Lane2014-02-16
* Centralize getopt-related declarations in a new header file pg_getopt.h.Tom Lane2014-02-15
* Fix typoPeter Eisentraut2014-02-13
* Separate multixact freezing parameters from xid'sAlvaro Herrera2014-02-13
* Mark some more variables as static or include the appropriate headerPeter Eisentraut2014-02-08
* Speed up "rare & frequent" type GIN queries.Heikki Linnakangas2014-02-07
* Adjust pg_sleep_for/pg_sleep_until to use clock_timestamp.Robert Haas2014-02-03
* Make pg_basebackup skip temporary statistics files.Fujii Masao2014-02-03
* Introduce replication slots.Robert Haas2014-01-31
* system catalogs: reorder pg_amproc entries into proper sectionsBruce Momjian2014-01-31
* Add convenience functions pg_sleep_for and pg_sleep_until.Robert Haas2014-01-30
* Forgot to bump catalog version for json_array_elements_text.Andrew Dunstan2014-01-29
* Include planning time in EXPLAIN ANALYZE output.Robert Haas2014-01-29
* Add json_array_elements_text function.Andrew Dunstan2014-01-29
* Further optimize GIN multi-key searches.Heikki Linnakangas2014-01-29
* Further optimize multi-key GIN searches.Heikki Linnakangas2014-01-29
* Allow using huge TLB pages on Linux (MAP_HUGETLB)Heikki Linnakangas2014-01-29
* New json functions.Andrew Dunstan2014-01-28
* Add pg_stat_archiver statistics view.Fujii Masao2014-01-29
* Remove orphaned prototypeBruce Momjian2014-01-28
* Log a detail message for auth failures due to missing or expired password.Tom Lane2014-01-27
* Relax the requirement that all lwlocks be stored in a single array.Robert Haas2014-01-27
* Code review for auto-tuned effective_cache_size.Tom Lane2014-01-27
* Fix typos in comments for ALTER SYSTEM.Fujii Masao2014-01-27
* Enable building with Visual Studion 2013.Andrew Dunstan2014-01-26
* Add recovery_target='immediate' option.Heikki Linnakangas2014-01-25
* ALTER TABLESPACE ... MOVE ... OWNED BYStephen Frost2014-01-23
* Allow use of "z" flag in our printf calls, and use it where appropriate.Tom Lane2014-01-23
* Make DROP IF EXISTS more consistently not failAlvaro Herrera2014-01-23
* 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