Commit Graph

37208 Commits (ecacbdbcee67e202cfcaa1180da170b9f13654bb)
 

Author SHA1 Message Date
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
Robert Haas 4f658dc851 Support fls(). 14 years ago
Robert Haas f7d7dade8a Add a transform function for varbit typmod coercisions. 14 years ago
Robert Haas 3cc0800829 Add a transform function for numeric typmod coercisions. 14 years ago
Robert Haas af7914c662 Add TIMING option to EXPLAIN, to allow eliminating of timing overhead. 14 years ago
Robert Haas 1631598ea2 pg_dump: Further reduce reliance on global variables. 14 years ago
Peter Eisentraut a347f96b99 createuser: Disable prompting by default 14 years ago
Heikki Linnakangas 15ad6f1510 When building with LWLOCK_STATS, initialize the stats in LWLockWaitUntilFree. 14 years ago
Tom Lane 442231d7f7 Fix postmaster to attempt restart after a hot-standby crash. 14 years ago
Michael Meskes 0ee23b53be Allow the connection keyword array to carry all seven items in ecpglib. 14 years ago
Tom Lane 5fc78efcec Avoid throwing ERROR during WAL replay of DROP TABLESPACE. 14 years ago
Robert Haas 3b157cf21d pg_dump: Remove global Archive pointer. 14 years ago
Robert Haas 622f862868 pg_dump: Reduce dependencies on global variables. 14 years ago
Tom Lane c6d76d7c82 Add locking around WAL-replay modification of shared-memory variables. 14 years ago
Robert Haas 96abd81744 Remove dead declaration. 14 years ago
Alvaro Herrera 0c88086df3 fe-misc.c depends on pg_config_paths.h 14 years ago
Tom Lane 17118825b8 Fix transient clobbering of shared buffers during WAL replay. 14 years ago
Tom Lane ee68a44106 Improve comment. 14 years ago
Tom Lane 2af72cefea Add missing Assert and fix inaccurate elog message in standby_redo(). 14 years ago
Tom Lane 9bff0780cf Allow SQL-language functions to reference parameters by name. 14 years ago
Tom Lane 342b83fdca Revert "Add some regression test cases for denormalized float8 input." 14 years ago
Bruce Momjian 072ba77bff Remove tabs in SGML file. 14 years ago
Michael Meskes fc211f8277 Applied Peter's patch to PQconnectdbParams in ecpglib instead of the old 14 years ago
Andrew Dunstan 39909d1d39 Add array_to_json and row_to_json functions. 14 years ago
Peter Eisentraut 69e9768e7b ecpg: Improve test building 14 years ago