Commit Graph

33131 Commits (f7d7dade8afe19847510efe44be191c35e1ce26c)
 

Author SHA1 Message Date
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
Robert Haas 0ed7445d73 Allow spgist's text_ops to handle pattern-matching operators. 14 years ago
Robert Haas b4e0741727 Avoid re-checking for visibility map extension too frequently. 14 years ago
Peter Eisentraut 8a02339e9b initdb: Add options --auth-local and --auth-host 14 years ago
Peter Eisentraut 69f4f1c357 psql: Case preserving completion of SQL key words 14 years ago
Tom Lane 500cf66d55 Add some regression test cases for denormalized float8 input. 14 years ago
Tom Lane c318aeed84 Try to be more consistent about accepting denormalized float8 numbers. 14 years ago
Alvaro Herrera b2e431a4db Implement dry-run mode for pg_archivecleanup 14 years ago
Magnus Hagander 21238deea5 Properly free the sslcompression field in PGconn 14 years ago
Tom Lane bef47331b6 Code review for plpgsql fn_signature patch. 14 years ago
Peter Eisentraut 4b77bfc37a psql: Reduce the amount of const lies a bit 14 years ago
Peter Eisentraut 88a6ac9f93 pg_dump: Add GCC noreturn attribute to appropriate functions 14 years ago
Robert Haas 5ae88c65da Adjust expected regression test outputs for PL/python. 14 years ago
Robert Haas c327108140 Catversion bump for JSON patch. 14 years ago
Robert Haas 5384a73f98 Built-in JSON data type. 14 years ago
Heikki Linnakangas 4c6cedd1b0 Print function signature, not just name, in PL/pgSQL error messages. 14 years ago
Heikki Linnakangas 82d4b262d9 Fix bug in the new wait-until-lwlock-is-free mechanism. 14 years ago
Peter Eisentraut 82e83f46a2 Add sequence USAGE privileges to information schema 14 years ago
Peter Eisentraut ee7fa66b19 PL/Python: Add result metadata functions 14 years ago
Peter Eisentraut c6ea8ccea6 Use abort() instead of exit() to abort library functions 14 years ago
Robert Haas 423ee49b49 Remove prototype for nonexistent function. 14 years ago
Heikki Linnakangas 9b38d46d9f Make group commit more effective. 14 years ago
Simon Riggs ba1868ba31 Minor bug fix and cleanup from self-review of sync rep queues patch. 14 years ago
Simon Riggs 73f617f13f Various minor comments changes from bgwriter to checkpointer. 14 years ago
Heikki Linnakangas a578257040 Accept a non-existent value in "ALTER USER/DATABASE SET ..." command. 14 years ago
Tom Lane ad10853b30 Assorted comment fixes, mostly just typos, but some obsolete statements. 14 years ago
Tom Lane dd243b3e40 Fix typo in comment. 14 years ago
Tom Lane 21a39de580 Tweak index costing for problems with partial indexes. 14 years ago