Commits
Branch selector
User selector
Datepicker
Commit History
Commits on Sep 11, 2007
Rename recently-added pg_stat_activity column from txn_start to xact_start,
Show description for ef4d38ccommittedArrange for SET LOCAL's effects to persist until the end of the current top
Show description for 82a4798committed
Commits on Sep 10, 2007
Make CLUSTER and REINDEX silently skip remote temp tables in their
Show description for b366562committedRelease the exclusive lock on the table early after truncating it in lazy
Show description for 6a10f0fcommittedHeikki Linnakangas <heikki@enterprisedb.com>:
Show description for f7379f5committedFix recently introduced bugs about parsing ispell/hunspell files.
Show description for 53ef36ccommittedRemove the vacuum_delay_point call in count_nondeletable_pages, because we hold
Show description for 21c27afcommittedChange void* opaque argument to Datum type, add argument's
Show description for d982daacommittedFixes from Heikki Linnakangas <heikki@enterprisedb.com>:
Show description for 83d0b9fcommitted- committed
Set the correct context (PGC_SIGHUP) for log_autovacuum, per ITAGAKI Takahiro.
Show description for b7adf47committedCode review for GUC revert-values-if-removed-from-postgresql.conf patch;
Show description for 40fda15committed
Commits on Sep 9, 2007
- committed
Provide for a file specifying non-standard config options for temp install
Show description for 0cb74d3committed
Commits on Sep 8, 2007
Replace the former method of determining snapshot xmax --- to wit, calling
Show description for 6bd4f40committed
Commits on Sep 7, 2007
Don't take ProcArrayLock while exiting a transaction that has no XID; there is
Show description for 0a51e70committedAdd Hash thread URL:
Show description for 85e79a4committedImprove page split in rtree emulation. Now if splitted result has
Show description for 0392ea5committedImprovements from Heikki Linnakangas <heikki@enterprisedb.com>
Show description for 978de9dcommittedImproving various checks by Heikki Linnakangas <heikki@enterprisedb.com>
Show description for 8983852committedRefactoring by Heikki Linnakangas <heikki@enterprisedb.com> with
Show description for e5be899committed- committed
Allow CREATE INDEX CONCURRENTLY to disregard transactions in other
Show description for cd1aae5committed
Commits on Sep 6, 2007
Make eval_const_expressions() preserve typmod when simplifying something like
Show description for f8942f4committed
Commits on Sep 5, 2007
Done:
Show description for 190df8acommittedVolatile-qualify the ProcArray PGPROC pointer in a bunch of routines
Show description for 0ecb4eacommittedQuick hack to make the VXID of a prepared transaction be -1/XID,
Show description for 4bf2dfbcommittedImplement lazy XID allocation: transactions that do not modify any database
Show description for 295e639committed
Commits on Sep 4, 2007
Provide for binary input/output of enums, to fix complaint from Merlin Moncure.
Show description for 2e74c53committed- committedMichael Meskes
Sync examples of psql \dF output with current CVS HEAD behavior.
Show description for fcc6756committedRestrict tsearch config file base names to contain a-z, 0-9, and underscore,
Show description for 6d871a2committed
Commits on Sep 3, 2007
Support SET FROM CURRENT in CREATE/ALTER FUNCTION, ALTER DATABASE, ALTER ROLE.
Show description for e7889b8committedFix MSVC build (I think) for recent pg_proc.h column addition.
Show description for dd4594ecommittedImprove stylistic consistency of descriptions of built-in objects by avoiding
Show description for 7ab43b8committed