summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2012-12-02Don't advance checkPoint.nextXid near the end of a checkpoint sequence.Tom Lane
2012-12-02XidEpoch++ if wraparound during checkpoint.Simon Riggs
2012-11-30Change test ExceptionalCondition to return voidAlvaro Herrera
2012-11-30Add missing buffer lock acquisition in GetTupleForTrigger().Tom Lane
2012-11-30Produce a more useful error message for over-length Unix socket paths.Tom Lane
2012-11-29Cleanup VirtualXact at end of Hot StandbySimon Riggs
2012-11-29Correctly init fast path fields on PGPROCSimon Riggs
2012-11-29Fix assorted bugs in CREATE/DROP INDEX CONCURRENTLY.Tom Lane
2012-11-28If we don't have a backup-end-location, don't claim we've reached it.Heikki Linnakangas
2012-11-26Revert patch for taking fewer snapshots.Tom Lane
2012-11-26Fix SELECT DISTINCT with index-optimized MIN/MAX on inheritance trees.Tom Lane
2012-11-23pg_stat_replication.sync_state was displayed incorrectly at page boundary.Heikki Linnakangas
2012-11-22Avoid bogus "out-of-sequence timeline ID" errors in standby-mode.Heikki Linnakangas
2012-11-21Don't launch new child processes after we've been told to shut down.Tom Lane
2012-11-20Improve handling of INT_MIN / -1 and related cases.Tom Lane
2012-11-18Limit values of archive_timeout, post_auth_delay, auth_delay.milliseconds.Tom Lane
2012-11-18Fix syslogger to not fail when log_rotation_age exceeds 2^31 milliseconds.Tom Lane
2012-11-16Improve check_partial_indexes() to consider join clauses in proof attempts.Tom Lane
2012-11-14Fix the int8 and int2 cases of (minimum possible integer) % (-1).Tom Lane
2012-11-13Fix memory leaks in record_out() and record_send().Tom Lane
2012-11-13Skip searching for subxact locks at commit.Simon Riggs
2012-11-13Clarify docs on hot standby lock releaseSimon Riggs
2012-11-13Fix multiple problems in WAL replay.Tom Lane
2012-11-12Check for stack overflow in transformSetOperationTree().Tom Lane
2012-11-09Fix WaitLatch() to return promptly when the requested timeout expires.Tom Lane
2012-11-08Don't trash input list structure in does_not_exist_skipping().Tom Lane
2012-11-07Don't try to use a unopened relationAlvaro Herrera
2012-11-05Fix handling of inherited check constraints in ALTER COLUMN TYPE.Tom Lane
2012-11-01Limit the number of rel sets considered in consider_index_join_outer_rels.Tom Lane
2012-10-31Fix ALTER EXTENSION / SET SCHEMAAlvaro Herrera
2012-10-26Prefer actual constants to pseudo-constants in equivalence class machinery.Tom Lane
2012-10-24Prevent parser from believing that views have system columns.Tom Lane
2012-10-21Correct predicate locking for DROP INDEX CONCURRENTLY.Kevin Grittner
2012-10-19Fix UtilityContainsQuery() to handle CREATE TABLE AS EXECUTE correctly.Tom Lane
2012-10-19Fix hash_search to avoid corruption of the hash table on out-of-memory.Tom Lane
2012-10-19Fix ruleutils to print "INSERT INTO foo DEFAULT VALUES" correctly.Tom Lane
2012-10-19Fix orphan on cancel of drop index concurrently.Simon Riggs
2012-10-18Re-think guts of DROP INDEX CONCURRENTLY.Simon Riggs
2012-10-18Fix planning of non-strict equivalence clauses above outer joins.Tom Lane
2012-10-17Close un-owned SMgrRelations at transaction end.Tom Lane
2012-10-17Revert "Use "transient" files for blind writes, take 2".Tom Lane
2012-10-15Split up process latch initialization for more-fail-soft behavior.Tom Lane
2012-10-12Make equal() ignore CoercionForm fields for better planning with casts.Tom Lane
2012-10-11Fix cross-type case in partial row matching for hashed subplans.Tom Lane
2012-10-10Fix PGXS support for building loadable modules on AIX.Tom Lane
2012-10-08Say ANALYZE, not VACUUM, in error message on analyze in hot standby.Heikki Linnakangas
2012-10-04Fix typo in comment, and reword it slightly while we're at it.Heikki Linnakangas
2012-10-03Avoid planner crash/Assert failure with joins to unflattened subqueries.Tom Lane
2012-10-03REASSIGN OWNED: consider grants on tablespaces, tooAlvaro Herrera
2012-10-02Work around unportable behavior of malloc(0) and realloc(NULL, 0).Tom Lane