summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-12-29Adjust SP-GiST regression tests to be less locale-sensitive.Tom Lane
2011-12-29PL/Python: Add argument names to function declarationsPeter Eisentraut
2011-12-29pg_dump: Dump user mappings ordered by user namePeter Eisentraut
2011-12-28Indicate default format in --help output of pg_dump and pg_basebackupPeter Eisentraut
2011-12-27Standardize treatment of strcmp() return valuePeter Eisentraut
2011-12-27Remove support for on_exit()Peter Eisentraut
2011-12-27Run "make all" as a prerequisite of "make check"Peter Eisentraut
2011-12-27Sort compendium lists for msgmergePeter Eisentraut
2011-12-27Sort file list when creating gettext-filesPeter Eisentraut
2011-12-26Minor enhancements to MVCC chapterAlvaro Herrera
2011-12-25Rethink representation of index clauses' mapping to index columns.Tom Lane
2011-12-23Improve planner's handling of duplicated index column expressions.Tom Lane
2011-12-23Add bytea_agg, parallel to string_agg.Robert Haas
2011-12-22Typo fixes.Robert Haas
2011-12-22Catversion bump for commit 0e4611c0234d89e288a53351f775c59522baed7c.Robert Haas
2011-12-22Add a security_barrier option for views.Robert Haas
2011-12-22Add ALTER DOMAIN ... RENAMEPeter Eisentraut
2011-12-22Don't forget to de-escape the password field in .pgpass.Robert Haas
2011-12-21Update per-column ACLs, not only per-table ACL, when changing table owner.Tom Lane
2011-12-21Improve behavior of concurrent CLUSTER.Robert Haas
2011-12-21Take fewer snapshots.Robert Haas
2011-12-21sepgsql: Check CREATE permissions for some object types.Robert Haas
2011-12-21Shave a few cycles in string_agg().Robert Haas
2011-12-21Fix gincostestimate to handle ScalarArrayOpExpr reasonably.Tom Lane
2011-12-20Avoid crashing when we have problems unlinking files post-commit.Tom Lane
2011-12-19Add support for privileges on typesPeter Eisentraut
2011-12-19Forgot catversion bump on previous patchAlvaro Herrera
2011-12-19Rename updateNodeLink to spgUpdateNodeLink.Tom Lane
2011-12-19Allow CHECK constraints to be declared ONLYAlvaro Herrera
2011-12-19Teach SP-GiST to do index-only scans.Tom Lane
2011-12-18Replace simple constant pg_am.amcanreturn with an AM support function.Tom Lane
2011-12-18PL/Python: One more file renaming fix to unbreak the buildPeter Eisentraut
2011-12-18Split plpython.c into smaller piecesPeter Eisentraut
2011-12-18Mark variables as const in pgtypeslib if they only carry a format string.Michael Meskes
2011-12-18Added test for cursor handling on different connections to regression testMichael Meskes
2011-12-18In ecpg removed old leftover check for given connection name.Michael Meskes
2011-12-18Remove tabs in SGML file.Bruce Momjian
2011-12-18Defend against null scankeys in spgist searches.Tom Lane
2011-12-17Remove bogus entries in gist point_ops operator class.Tom Lane
2011-12-17Fix some long-obsolete references to XLogOpenRelation.Tom Lane
2011-12-17Fix compiler warning seen on 64-bit machine.Tom Lane
2011-12-17Add SP-GiST (space-partitioned GiST) index access method.Tom Lane
2011-12-17Same clarification for pg_restore.Andrew Dunstan
2011-12-17Clarify the post-data status on unvalidated check constraints.Andrew Dunstan
2011-12-17Add missing 'static' qualifier.Tom Lane
2011-12-17Various micro-optimizations for GetSnapshopData().Robert Haas
2011-12-17Add --section option to pg_dump and pg_restore.Andrew Dunstan
2011-12-16Fix reference to "verify-ca" and "verify-full" in a note in the docs.Heikki Linnakangas
2011-12-16include_if_exists facility for config file.Andrew Dunstan
2011-12-16Improve behavior of concurrent ALTER <relation> .. SET SCHEMA.Robert Haas