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