Commit Graph

33182 Commits (1cc1b91d1b09a5cdd9fc51c9eee31effd2227b4f)
 

Author SHA1 Message Date
Robert Haas 1cc1b91d1b pg_dump: Miscellaneous tightening based on recent refactorings. 14 years ago
Robert Haas 689d0eb7db pg_dump: Remove global connection pointer. 14 years ago
Robert Haas 549e93c990 Refactor pg_dump.c to avoid duplicating returns-one-row check. 14 years ago
Robert Haas e9a22259c4 Invent on_exit_nicely for pg_dump. 14 years ago
Tom Lane 4bfe68dfab Run a portal's cleanup hook immediately when pushing it to FAILED state. 14 years ago
Robert Haas edec8c8e00 Fix VPATH builds, broken by my recent commit to speed up tuplesorting. 14 years ago
Bruce Momjian 7f951474dc Have pg_upgrade output 'link' or 'copy' when reporting its status. 14 years ago
Robert Haas d44a3fb55d sepgsql: Move some code from hooks.c to label.c 14 years ago
Robert Haas 337b6f5ecf Speed up in-memory tuplesorting. 14 years ago
Robert Haas ac9100f8cf More regression tests for LEAKPROOF/NOT LEAKPROOF stuff. 14 years ago
Robert Haas 73a4b994a6 Make CREATE/ALTER FUNCTION support NOT LEAKPROOF. 14 years ago
Robert Haas d845fd684a sepgsql: Reword and fix typo in docs on DML permissions. 14 years ago
Bruce Momjian 388c2f9325 Fix pg_test_fsync Win32 problems reported by the build farm; add 14 years ago
Bruce Momjian 7ae2db1d1e Try to get pg_test_thread to compile on Windows by using a sleeper 14 years ago
Bruce Momjian 58d746213d Improve fsync documentation by stating that -W _0_ turns of write 14 years ago
Tom Lane 398f70ec07 Preserve column names in the execution-time tupledesc for a RowExpr. 14 years ago
Bruce Momjian c1d9df4fa2 Document random page cost is only 4x seqeuntial, and not 40x. 14 years ago
Bruce Momjian ef7a7c81d9 Document that the pg_test_fsync defaults allow the program to complete 14 years ago
Bruce Momjian 0a8396e35e Change contrib/pg_test_fsync to control tests in terms of seconds per 14 years ago
Robert Haas dc66f1c5f2 Remove new, intermittently failing regression test. 14 years ago
Robert Haas e37e448650 Fix new create_function_3 regression tests not to rely on tuple order. 14 years ago
Robert Haas cd30728fb2 Allow LEAKPROOF functions for better performance of security views. 14 years ago
Bruce Momjian 2bbd88f8f8 Improve labeling of pg_test_fsync open_sync test output. 14 years ago
Michael Meskes 9a4880a0dd Do not use the variable name when defining a varchar structure in ecpg. 14 years ago
Andrew Dunstan 21320763a3 Fix auto-explain JSON output to be valid JSON. 14 years ago
Heikki Linnakangas 21b1634275 Fix heap_multi_insert to set t_self field in the caller's tuples. 14 years ago
Heikki Linnakangas b4e3633ac4 Silence warning about deprecated assignment to $[ in check_keywords.pl 14 years ago
Tom Lane 58a9596ed4 Fix I/O-conversion-related memory leaks in plpgsql. 14 years ago
Tom Lane 59de132f9a Fix oversight in pg_dump's handling of extension configuration tables. 14 years ago
Tom Lane 97dc3c8a14 Fix brain fade in previous pg_dump patch. 14 years ago
Tom Lane 00bc96bd2b Fix pg_dump for better handling of inherited columns. 14 years ago
Tom Lane d06e2d2005 Add ORDER BY to a query to prevent occasional regression test failures. 14 years ago
Peter Eisentraut 169c8a9112 psql: Support zero byte field and record separators 14 years ago
Robert Haas dd7c84185c Attempt to fix MSVC builds and other fls-related breakage. 14 years ago
Robert Haas d429ebe347 Add a comment to AdjustIntervalForTypmod to reduce chance of future bugs. 14 years ago
Robert Haas 6656588575 Improve interval_transform function to detect a few more cases. 14 years ago
Magnus Hagander d7ea9193d1 Have pg_receivexlog always send an invalid log position in status messages 14 years ago
Heikki Linnakangas 82e73ba0d1 Add new keywords SNAPSHOT and TYPES to the keyword list in gram.y 14 years ago
Tom Lane 331bf6712c Throw error sooner for unlogged GiST indexes. 14 years ago
Tom Lane d77354eaec Fix up dumping conditions for extension configuration tables. 14 years ago
Tom Lane cb7c84fae8 Check misplaced window functions before checking aggregate/group by sanity. 14 years ago
Tom Lane cbba55d6d7 Support min/max index optimizations on boolean columns. 14 years ago
Tom Lane 3db6524fe6 Mark some more I/O-conversion-invoking functions as stable not volatile. 14 years ago
Robert Haas c13897983a Add transform functions for various temporal typmod coercisions. 14 years ago
Heikki Linnakangas 1a01560cbb Rename LWLockWaitUntilFree to LWLockAcquireOrWait. 14 years ago
Robert Haas af7dd696b0 Fix typos pointed out by Noah Misch. 14 years ago
Bruce Momjian a870c7fdbc Add opensp as a requirement for building the docs on Debian --- tested 14 years ago
Peter Eisentraut e09509bd33 pg_dump: Add some const qualifiers 14 years ago
Peter Eisentraut d66b31c94f pg_regress: Use target-specific variable instead of overriding make rule 14 years ago
Heikki Linnakangas 5ece8ecae8 Fix typo in comment. 14 years ago