Commit Graph

32924 Commits (7f0e4bb82e408090c0366c63a9ff4c0f7c4b0a8e)
 

Author SHA1 Message Date
Robert Haas 7f0e4bb82e Shave a few cycles in string_agg(). 14 years ago
Tom Lane 1db5af2794 Fix gincostestimate to handle ScalarArrayOpExpr reasonably. 14 years ago
Tom Lane d0024cd188 Avoid crashing when we have problems unlinking files post-commit. 14 years ago
Peter Eisentraut 729205571e Add support for privileges on types 14 years ago
Alvaro Herrera 05e992e90e Forgot catversion bump on previous patch 14 years ago
Tom Lane 8f57b064fd Rename updateNodeLink to spgUpdateNodeLink. 14 years ago
Alvaro Herrera 61d81bd28d Allow CHECK constraints to be declared ONLY 14 years ago
Tom Lane 9220362493 Teach SP-GiST to do index-only scans. 14 years ago
Tom Lane 3695a55513 Replace simple constant pg_am.amcanreturn with an AM support function. 14 years ago
Peter Eisentraut 19d2231718 PL/Python: One more file renaming fix to unbreak the build 14 years ago
Peter Eisentraut 147c248254 Split plpython.c into smaller pieces 14 years ago
Michael Meskes 59e242a496 Mark variables as const in pgtypeslib if they only carry a format string. 14 years ago
Michael Meskes 22232834c5 Added test for cursor handling on different connections to regression test 14 years ago
Michael Meskes 4b8b5e53eb In ecpg removed old leftover check for given connection name. 14 years ago
Bruce Momjian 153c8dbd8c Remove tabs in SGML file. 14 years ago
Tom Lane b7a0e8fb4d Defend against null scankeys in spgist searches. 14 years ago
Tom Lane 5577ca5bfb Remove bogus entries in gist point_ops operator class. 14 years ago
Tom Lane dd45d3ad33 Fix some long-obsolete references to XLogOpenRelation. 14 years ago
Tom Lane 85df5dbf5a Fix compiler warning seen on 64-bit machine. 14 years ago
Tom Lane 8daeb5ddd6 Add SP-GiST (space-partitioned GiST) index access method. 14 years ago
Andrew Dunstan 19fc0fe3ae Same clarification for pg_restore. 14 years ago
Andrew Dunstan 8900f663f2 Clarify the post-data status on unvalidated check constraints. 14 years ago
Tom Lane fb4bbc8113 Add missing 'static' qualifier. 14 years ago
Robert Haas 0d76b60db4 Various micro-optimizations for GetSnapshopData(). 14 years ago
Andrew Dunstan a4cd6abcc9 Add --section option to pg_dump and pg_restore. 14 years ago
Heikki Linnakangas 4b43b48c9f Fix reference to "verify-ca" and "verify-full" in a note in the docs. 14 years ago
Andrew Dunstan 6d09b2105f include_if_exists facility for config file. 14 years ago
Robert Haas 1da5c11959 Improve behavior of concurrent ALTER <relation> .. SET SCHEMA. 14 years ago
Robert Haas 74a1d4fe7c Improve behavior of concurrent rename statements. 14 years ago
Robert Haas d039fd51f7 Don't leave regress_test_role_super lying around. 14 years ago
Robert Haas f6835ea90a Fix typo. 14 years ago
Peter Eisentraut fc9959701b PL/Python: Refactor subtransaction handling 14 years ago
Andrew Dunstan 5878a328e3 Disable excessive FP optimization by recent versions of gcc. 14 years ago
Andrew Dunstan fb0eca0695 Fix docs build I inadvertantly broke. 14 years ago
Andrew Dunstan 7b070e896c Add --exclude-table-data option to pg_dump. 14 years ago
Heikki Linnakangas 4adead1d22 Add support for passing cursor parameters in named notation in PL/pgSQL. 14 years ago
Tom Lane 2dd9322ba6 Move BKP_REMOVABLE bit from individual WAL records to WAL page headers. 14 years ago
Heikki Linnakangas 8409b60476 Revert the behavior of inet/cidr functions to not unpack the arguments. 14 years ago
Andrew Dunstan 0f44335122 Miscellaneous cleanup to silence compiler warnings seen on Mingw. 14 years ago
Andrew Dunstan 8e461ca5a9 Remove define inadvertantly left over from testing. 14 years ago
Andrew Dunstan 1a0c76c32f Enable compiling with the mingw-w64 32 bit compiler. 14 years ago
Robert Haas ab7d4213f9 If pg_test_fsync is interrupted, clean up the temp file. 14 years ago
Peter Eisentraut 5bcf8ede45 Add ALTER FOREIGN DATA WRAPPER / RENAME and ALTER SERVER / RENAME 14 years ago
Heikki Linnakangas 9f0d2bdc88 Don't set reachedMinRecoveryPoint during crash recovery. In crash recovery, 14 years ago
Heikki Linnakangas 5d8a894e30 Cancel running query if it is detected that the connection to the client is 14 years ago
Peter Eisentraut d5f23af6bf Add const qualifiers to node inspection functions 14 years ago
Tom Lane 0d0ec527af Fix corner cases in readlink() usage. 14 years ago
Magnus Hagander 0d9b09282f Better error reporting if the link target is too long 14 years ago
Magnus Hagander 1f422db663 Avoid using readlink() on platforms that don't support it 14 years ago
Magnus Hagander 16d8e594ac Remove spclocation field from pg_tablespace 14 years ago