summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2014-03-12Items on GIN data pages are no longer always 6 bytes; update gincostestimate.Heikki Linnakangas
2014-03-13Show PIDs of lock holders and waiters in log_lock_waits log message.Fujii Masao
2014-03-12Fix incorrect assertion about historical snapshots.Robert Haas
2014-03-12Comment fixes related to logical decoding.Robert Haas
2014-03-12Allow opclasses to provide tri-valued GIN consistent functions.Heikki Linnakangas
2014-03-12In WAL replay, restore GIN metapage unconditionally to avoid torn page.Heikki Linnakangas
2014-03-10Fix tracking of psql script line numbers during \copy from another place.Tom Lane
2014-03-10Allow dynamic shared memory segments to be kept until shutdown.Robert Haas
2014-03-10Allow logical decoding via the walsender interface.Robert Haas
2014-03-10Teach on_exit_reset() to discard pending cleanups for dsm.Robert Haas
2014-03-09Correct copy/pasto in comment for REPLICA IDENTITYSimon Riggs
2014-03-08C comments: improve description of relfilenode uniquenessBruce Momjian
2014-03-08pg_ctl: improve handling of invalid data directoryBruce Momjian
2014-03-07Remove unportable use of anonymous unions from reorderbuffer.h.Tom Lane
2014-03-07fix ReplicationSlotsCountDBSlots for dropping unrelated databasesBruce Momjian
2014-03-07Fix dangling smgr_owner pointer when a fake relcache entry is freed.Heikki Linnakangas
2014-03-07Avoid memcpy() with same source and destination address.Heikki Linnakangas
2014-03-06Avoid getting more than AccessShareLock when deparsing a query.Tom Lane
2014-03-06isdigit() needs an unsigned char argument.Heikki Linnakangas
2014-03-06Send keepalives from walsender even when busy sending WAL.Heikki Linnakangas
2014-03-06Don't reject ROW_MARK_REFERENCE rowmarks for materialized views.Tom Lane
2014-03-05C comment update: relfilenode is only unique with a tablespaceBruce Momjian
2014-03-05pg_dump: make argument combination error exit code consistentBruce Momjian
2014-03-05Fix portability issues in recently added make_timestamp/make_interval code.Tom Lane
2014-03-05Add comment that ec_relids excludes "child" EquivalenceClass members.Tom Lane
2014-03-05Fix some typos introduced by the logical decoding patch.Robert Haas
2014-03-05Remove unused field "evttype".Tom Lane
2014-03-05Remove the correct pgstat file on DROP DATABASEAlvaro Herrera
2014-03-05Allocate fresh memory for post_opts/exec_pathStephen Frost
2014-03-05Do wal_level and hot standby checks when doing crash-then-archive recovery.Heikki Linnakangas
2014-03-05Fix lastReplayedEndRecPtr calculation when starting from shutdown checkpoint.Heikki Linnakangas
2014-03-05Fix issues with pg_ctlStephen Frost
2014-03-04Provide a FORCE NULL option to COPY in CSV mode.Andrew Dunstan
2014-03-04Constructors for interval, timestamp, timestamptzAlvaro Herrera
2014-03-04Allow VACUUM FULL/CLUSTER to bump freeze horizons even for pg_class.Robert Haas
2014-03-04Minor corrections to logical decoding patch.Robert Haas
2014-03-04Error out on send failure in walsender loop.Heikki Linnakangas
2014-03-03Introduce logical decoding.Robert Haas
2014-03-03Fix whitespacePeter Eisentraut
2014-03-03Rename huge_tlb_pages to huge_pages, and improve docs.Heikki Linnakangas
2014-03-03pg_dump et al: Add --if-exists optionAlvaro Herrera
2014-03-03Use a longer buffer in libpqrcv_startstreaming.Robert Haas
2014-03-03Bump catversion.Robert Haas
2014-03-03Corrections to replication slots code and documentation.Robert Haas
2014-03-03Define LSNOID in pg_type.h.Robert Haas
2014-03-03Another round of Coverity fixesStephen Frost
2014-03-01Various Coverity-spotted fixesStephen Frost
2014-03-01Allow regex operations to be terminated early by query cancel requests.Tom Lane
2014-02-28Remove bogus while-loop.Heikki Linnakangas
2014-02-27Allow BASE_BACKUP to be throttledAlvaro Herrera