summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2011-12-16Improve behavior of concurrent rename statements.Robert Haas
2011-12-15Don't leave regress_test_role_super lying around.Robert Haas
2011-12-15Fix typo.Robert Haas
2011-12-15PL/Python: Refactor subtransaction handlingPeter Eisentraut
2011-12-14Disable excessive FP optimization by recent versions of gcc.Andrew Dunstan
2011-12-14Fix docs build I inadvertantly broke.Andrew Dunstan
2011-12-14Add --exclude-table-data option to pg_dump.Andrew Dunstan
2011-12-14Add support for passing cursor parameters in named notation in PL/pgSQL.Heikki Linnakangas
2011-12-12Move BKP_REMOVABLE bit from individual WAL records to WAL page headers.Tom Lane
2011-12-12Revert the behavior of inet/cidr functions to not unpack the arguments.Heikki Linnakangas
2011-12-10Miscellaneous cleanup to silence compiler warnings seen on Mingw.Andrew Dunstan
2011-12-10Remove define inadvertantly left over from testing.Andrew Dunstan
2011-12-10Enable compiling with the mingw-w64 32 bit compiler.Andrew Dunstan
2011-12-09If pg_test_fsync is interrupted, clean up the temp file.Robert Haas
2011-12-09Add ALTER FOREIGN DATA WRAPPER / RENAME and ALTER SERVER / RENAMEPeter Eisentraut
2011-12-09Don't set reachedMinRecoveryPoint during crash recovery. In crash recovery,Heikki Linnakangas
2011-12-09Cancel running query if it is detected that the connection to the client isHeikki Linnakangas
2011-12-07Add const qualifiers to node inspection functionsPeter Eisentraut
2011-12-07Fix corner cases in readlink() usage.Tom Lane
2011-12-07Better error reporting if the link target is too longMagnus Hagander
2011-12-07Avoid using readlink() on platforms that don't support itMagnus Hagander
2011-12-07Remove spclocation field from pg_tablespaceMagnus Hagander
2011-12-07Create a "sort support" interface API for faster sorting.Tom Lane