aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* Consistency check should compare last record replayed, not last record read.Heikki Linnakangas2012-12-11
* Add mode where contrib installcheck runs each module in a separately named da...Andrew Dunstan2012-12-11
* Update minimum recovery point on truncation.Heikki Linnakangas2012-12-10
* Fix assorted bugs in privileges-for-types patch.Tom Lane2012-12-09
* Fix intermittent crash in DROP INDEX CONCURRENTLY.Tom Lane2012-12-05
* Ensure recovery pause feature doesn't pause unless users can connect.Tom Lane2012-12-05
* Must not reach consistency before XLOG_BACKUP_RECORDSimon Riggs2012-12-05
* Include isinf.o in libecpg if isinf() is not available on the system.Michael Meskes2012-12-04
* Stamp 9.2.2.REL9_2_2Tom Lane2012-12-03
* Revert "Add mode where contrib installcheck runs each module in a separately ...Andrew Dunstan2012-12-03
* Avoid holding vmbuffer pin after VACUUM.Simon Riggs2012-12-03
* Translation updatesPeter Eisentraut2012-12-03
* Add mode where contrib installcheck runs each module in a separately named da...Andrew Dunstan2012-12-02
* Update time zone data files to tzdata release 2012j.Tom Lane2012-12-02
* Don't advance checkPoint.nextXid near the end of a checkpoint sequence.Tom Lane2012-12-02
* XidEpoch++ if wraparound during checkpoint.Simon Riggs2012-12-02
* Fix psql crash while parsing SQL file whose encoding is different fromTatsuo Ishii2012-12-02
* Prevent passing gmake's environment variables down through pg_regress.Tom Lane2012-12-01
* Make sure sharedir/extension/ directory is created when needed.Tom Lane2012-12-01
* Change test ExceptionalCondition to return voidAlvaro Herrera2012-11-30
* Add missing buffer lock acquisition in GetTupleForTrigger().Tom Lane2012-11-30
* Produce a more useful error message for over-length Unix socket paths.Tom Lane2012-11-29
* Cleanup VirtualXact at end of Hot StandbySimon Riggs2012-11-29
* Correctly init fast path fields on PGPROCSimon Riggs2012-11-29
* When processing nested structure pointer variables ecpg always expected anMichael Meskes2012-11-29
* Fix assorted bugs in CREATE/DROP INDEX CONCURRENTLY.Tom Lane2012-11-29
* If we don't have a backup-end-location, don't claim we've reached it.Heikki Linnakangas2012-11-28
* Revert patch for taking fewer snapshots.Tom Lane2012-11-26
* Fix SELECT DISTINCT with index-optimized MIN/MAX on inheritance trees.Tom Lane2012-11-26
* pg_stat_replication.sync_state was displayed incorrectly at page boundary.Heikki Linnakangas2012-11-23
* Fix pg_resetxlog to use correct path to postmaster.pid.Tom Lane2012-11-22
* Avoid bogus "out-of-sequence timeline ID" errors in standby-mode.Heikki Linnakangas2012-11-22
* Don't launch new child processes after we've been told to shut down.Tom Lane2012-11-21
* Improve handling of INT_MIN / -1 and related cases.Tom Lane2012-11-19
* Limit values of archive_timeout, post_auth_delay, auth_delay.milliseconds.Tom Lane2012-11-18
* Fix syslogger to not fail when log_rotation_age exceeds 2^31 milliseconds.Tom Lane2012-11-18
* Improve check_partial_indexes() to consider join clauses in proof attempts.Tom Lane2012-11-15
* Fix the int8 and int2 cases of (minimum possible integer) % (-1).Tom Lane2012-11-14
* Fix memory leaks in record_out() and record_send().Tom Lane2012-11-13
* Skip searching for subxact locks at commit.Simon Riggs2012-11-13
* Clarify docs on hot standby lock releaseSimon Riggs2012-11-13
* Fix multiple problems in WAL replay.Tom Lane2012-11-12
* Check for stack overflow in transformSetOperationTree().Tom Lane2012-11-11
* Fix WaitLatch() to return promptly when the requested timeout expires.Tom Lane2012-11-08
* Don't trash input list structure in does_not_exist_skipping().Tom Lane2012-11-08
* Don't try to use a unopened relationAlvaro Herrera2012-11-07
* Fix handling of inherited check constraints in ALTER COLUMN TYPE.Tom Lane2012-11-05
* Fix bogus handling of $(X) (i.e., ".exe") in isolationtester Makefile.Tom Lane2012-11-01
* Limit the number of rel sets considered in consider_index_join_outer_rels.Tom Lane2012-11-01
* Fix ALTER EXTENSION / SET SCHEMAAlvaro Herrera2012-10-31