aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* isdigit() needs an unsigned char argument.Heikki Linnakangas2014-03-06
* Send keepalives from walsender even when busy sending WAL.Heikki Linnakangas2014-03-06
* Don't reject ROW_MARK_REFERENCE rowmarks for materialized views.Tom Lane2014-03-06
* C comment update: relfilenode is only unique with a tablespaceBruce Momjian2014-03-05
* docs: to_timestamp and to_date do minimal range checkingBruce Momjian2014-03-05
* pg_dump: make argument combination error exit code consistentBruce Momjian2014-03-05
* Fix portability issues in recently added make_timestamp/make_interval code.Tom Lane2014-03-05
* Add comment that ec_relids excludes "child" EquivalenceClass members.Tom Lane2014-03-05
* Fix some typos introduced by the logical decoding patch.Robert Haas2014-03-05
* Fix test_decoding regression test outputs.Robert Haas2014-03-05
* Remove unused field "evttype".Tom Lane2014-03-05
* Remove the correct pgstat file on DROP DATABASEAlvaro Herrera2014-03-05
* pg_upgrade: improve C comment about what old/new oids matchBruce Momjian2014-03-05
* Allocate fresh memory for post_opts/exec_pathStephen Frost2014-03-05
* Do wal_level and hot standby checks when doing crash-then-archive recovery.Heikki Linnakangas2014-03-05
* Fix lastReplayedEndRecPtr calculation when starting from shutdown checkpoint.Heikki Linnakangas2014-03-05
* Fix issues with pg_ctlStephen Frost2014-03-05
* Fix whitespacePeter Eisentraut2014-03-04
* Provide a FORCE NULL option to COPY in CSV mode.Andrew Dunstan2014-03-04
* auto_explain: Add logging of trigger executionAlvaro Herrera2014-03-04
* Constructors for interval, timestamp, timestamptzAlvaro Herrera2014-03-04
* Allow VACUUM FULL/CLUSTER to bump freeze horizons even for pg_class.Robert Haas2014-03-04
* Minor corrections to logical decoding patch.Robert Haas2014-03-04
* Error out on send failure in walsender loop.Heikki Linnakangas2014-03-04
* Introduce logical decoding.Robert Haas2014-03-03
* Fix whitespacePeter Eisentraut2014-03-03
* Rename huge_tlb_pages to huge_pages, and improve docs.Heikki Linnakangas2014-03-03
* pg_dump et al: Add --if-exists optionAlvaro Herrera2014-03-03
* Use a longer buffer in libpqrcv_startstreaming.Robert Haas2014-03-03
* Bump catversion.Robert Haas2014-03-03
* Corrections to replication slots code and documentation.Robert Haas2014-03-03
* pageinspect: Use new pg_lsn datatype.Robert Haas2014-03-03
* Define LSNOID in pg_type.h.Robert Haas2014-03-03
* Another round of Coverity fixesStephen Frost2014-03-03
* Various Coverity-spotted fixesStephen Frost2014-03-01
* Allow regex operations to be terminated early by query cancel requests.Tom Lane2014-03-01
* Remove bogus while-loop.Heikki Linnakangas2014-02-28
* pgbench: Fix help messagePeter Eisentraut2014-02-27
* Allow BASE_BACKUP to be throttledAlvaro Herrera2014-02-27
* Remove dependency on database encoding in citext regression test.Tom Lane2014-02-27
* doc: bgw_main takes a Datum argument, not void *.Alvaro Herrera2014-02-27
* Fix WAL replay of locking an updated tupleAlvaro Herrera2014-02-27
* btbuild no longer calls _bt_doinsert(), update comment.Heikki Linnakangas2014-02-26
* Fix crash in json_to_record().Jeff Davis2014-02-26
* Use SnapshotDirty rather than an active snapshot to probe index endpoints.Tom Lane2014-02-25
* Update a few comments to mention materialized views.Robert Haas2014-02-25
* Show xid and xmin in pg_stat_activity and pg_stat_replication.Robert Haas2014-02-25
* pg_basebackup: Skip only the *contents* of pg_replslot.Robert Haas2014-02-25
* Update and clarify ssl_ciphers defaultPeter Eisentraut2014-02-24
* Increase work_mem and maintenance_work_mem defaults by 4xBruce Momjian2014-02-24