aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Windows: use GetSystemTimePreciseAsFileTime if availableSimon Riggs2014-12-08
* Use GetSystemTimeAsFileTime directly in win32Simon Riggs2014-12-08
* doc: Fix DocBook table column count declarationPeter Eisentraut2014-12-08
* Correct recovery_target_action docsSimon Riggs2014-12-08
* Remove duplicate code in heap_prune_chain()Simon Riggs2014-12-08
* Event Trigger for table_rewriteSimon Riggs2014-12-08
* Tweaks for recovery_target_actionSimon Riggs2014-12-07
* Give a proper error message if initdb password file is empty.Heikki Linnakangas2014-12-05
* Don't include file type bits in tar archive's mode field.Heikki Linnakangas2014-12-05
* Remove erroneous EXTRA_CLEAN line from Makefile.Heikki Linnakangas2014-12-05
* Print new track_commit_timestamp in rm_desc of a parameter-change record.Heikki Linnakangas2014-12-05
* Print wal_log_hints in the rm_desc routing of a parameter-change record.Heikki Linnakangas2014-12-05
* Fix pg_xlogdump's calculation of full-page image data.Heikki Linnakangas2014-12-05
* Don't dump core if pq_comm_reset() is called before pq_init().Robert Haas2014-12-04
* Document that pg_stat_*_tables.n_tup_upd includes n_tup_hot_upd.Andres Freund2014-12-04
* Fix PGXS vpath build when PostgreSQL is built with vpathPeter Eisentraut2014-12-04
* Revert haphazard pgxs makefile changesPeter Eisentraut2014-12-04
* Remove USE_VPATH make variable from PGXSPeter Eisentraut2014-12-04
* Fix SHLIB_PREREQS use in contrib, allowing PGXS buildsPeter Eisentraut2014-12-04
* Move PG_AUTOCONF_FILENAME definitionPeter Eisentraut2014-12-03
* doc: Fix markupAlvaro Herrera2014-12-03
* Keep track of transaction commit timestampsAlvaro Herrera2014-12-03
* Fix typosAlvaro Herrera2014-12-03
* Fix whitespacePeter Eisentraut2014-12-02
* Install kludges to fix check-world for src/test/modulesAlvaro Herrera2014-12-02
* Improve error messages for malformed array input strings.Tom Lane2014-12-02
* Don't skip SQL backends in logical decoding for visibility computation.Andres Freund2014-12-02
* Fix JSON aggregates to work properly when final function is re-executed.Tom Lane2014-12-02
* Minor cleanup of function declarations for BRIN.Tom Lane2014-12-02
* pageinspect/BRIN: minor tweaksAlvaro Herrera2014-12-02
* dummy_seclabel: add sql/, expected/, and .gitignoresAlvaro Herrera2014-12-02
* Guard against bad "dscale" values in numeric_recv().Tom Lane2014-12-01
* Move security_label testAlvaro Herrera2014-12-01
* Fix hstore_to_json_loose's detection of valid JSON number values.Andrew Dunstan2014-12-01
* Put SSL_pending() call behind the new internal SSL API.Heikki Linnakangas2014-12-01
* Fix missing space in documentationMagnus Hagander2014-12-01
* Add a #define for the inet overlaps operator.Tom Lane2014-11-30
* Fix minor bugs in commit 30bf4689a96cd283af33edcdd6b7210df3f20cd8 et al.Tom Lane2014-11-30
* Move test modules from contrib to src/test/modulesAlvaro Herrera2014-11-29
* Remove PQhostaddr() from 9.4 release notes.Noah Misch2014-11-29
* Reimplement 9f80f4835a55a1cbffcda5d23a617917f3286c14 with PQconninfo().Noah Misch2014-11-29
* Revert "Add libpq function PQhostaddr()."Noah Misch2014-11-29
* Fix BRIN operator family definitionsAlvaro Herrera2014-11-28
* Update transaction README for persistent multixactsAlvaro Herrera2014-11-28
* Add bms_get_singleton_member(), and use it where appropriate.Tom Lane2014-11-28
* Add bms_next_member(), and use it where appropriate.Tom Lane2014-11-28
* Improve performance of OverrideSearchPathMatchesCurrent().Tom Lane2014-11-28
* Improve typcache: cache negative lookup results, add invalidation logic.Tom Lane2014-11-28
* Add tab-completion for ALTER TABLE ALTER CONSTRAINT in psql.Fujii Masao2014-11-28
* Fix assertion failure at end of PITR.Heikki Linnakangas2014-11-28