Commit Graph

37057 Commits (f41872d0c1239d36ab03393c39ec0b70e9ee2a3c)
 

Author SHA1 Message Date
Tom Lane 1b2488731c Allow multi-character source strings in contrib/unaccent. 11 years ago
Tom Lane 97c40ce614 Allow empty replacement strings in contrib/unaccent. 11 years ago
Bruce Momjian 55863274d9 pg_upgrade: update C comments about pg_dumpall 11 years ago
Noah Misch 9d0826c595 Don't prematurely free the BufferAccessStrategy in pgstat_heap(). 11 years ago
Andres Freund 6647f59fd2 Fix typos in the cluster_name commit. 11 years ago
Andres Freund 1cbc948010 Check interrupts during logical decoding more frequently. 11 years ago
Heikki Linnakangas 1c6821be31 Fix and enhance the assertion of no palloc's in a critical section. 11 years ago
Tom Lane a749a23d7a Remove use_json_as_text options from json_to_record/json_populate_record. 11 years ago
Andres Freund 51adcaa0df Add cluster_name GUC which is included in process titles if set. 11 years ago
Andres Freund a6d488cb53 Remove Alpha and Tru64 support. 11 years ago
Tom Lane d222585a9f Allow pushdown of WHERE quals into subqueries with window functions. 11 years ago
Alvaro Herrera f741300c90 Have multixact be truncated by checkpoint, not vacuum 11 years ago
Alvaro Herrera b7e51d9c06 Don't allow relminmxid to go backwards during VACUUM FULL 11 years ago
Alvaro Herrera b277057648 Fix broken Assert() introduced by 8e9a16ab8f 11 years ago
Tom Lane 1147035203 Disallow pushing volatile qual expressions down into DISTINCT subqueries. 11 years ago
Tom Lane f71136eeeb Get rid of bogus separate pg_proc entries for json_extract_path operators. 11 years ago
Tom Lane 344eed91e9 Forward-patch regression test for "could not find pathkey item to sort". 11 years ago
Fujii Masao de42ed401a Remove obsolete example of CSV log file name from log_filename document. 11 years ago
Tom Lane 798e235790 Rationalize error messages within jsonfuncs.c. 11 years ago
Tom Lane 8d2d7ad5ab Cosmetic improvements in jsonfuncs.c. 11 years ago
Tom Lane 57d8c1270e Fix handling of nested JSON objects in json_populate_recordset and friends. 11 years ago
Bruce Momjian 0f7482733a pg_upgrade: remove pg_multixact files left by initdb 11 years ago
Heikki Linnakangas a87a7dc8b6 Don't allow foreign tables with OIDs. 11 years ago
Robert Haas c922353b1c Check for interrupts during tuple-insertion loops. 11 years ago
Heikki Linnakangas 631e7f6b4e Improve tab-completion of DROP and ALTER ENABLE/DISABLE on triggers and rules. 11 years ago
Fujii Masao f8ad8bd473 Fix typo in replication slot function doc. 11 years ago
Fujii Masao 394e05996f Add missing closing parenthesis into max_replication_slots doc. 11 years ago
Heikki Linnakangas 85ba0748ed Fix bug in WAL_DEBUG. 11 years ago
Bruce Momjian 884dede37a doc: adjust JSONB GIN index description 11 years ago
Bruce Momjian a52f2a0b9c 9.4 release notes: adjust some entry wording 11 years ago
Kevin Grittner 734bea8a69 Fix documentation template for CREATE TRIGGER. 11 years ago
Tom Lane 8b38a538c0 Add Asserts to verify that catalog cache keys are unique and not null. 11 years ago
Joe Conway 1dde5782e3 Clean up data conversion short-lived memory context. 11 years ago
Andres Freund ecac0e2b9e Do all-visible handling in lazy_vacuum_page() outside its critical section. 11 years ago
Andres Freund 3bdcf6a5a7 Don't allow to disable backend assertions via the debug_assertions GUC. 11 years ago
Tom Lane 45b0f35723 Avoid leaking memory while evaluating arguments for a table function. 11 years ago
Noah Misch 686f362bee Fix contrib/pg_upgrade/test.sh for $PWD containing spaces. 11 years ago
Noah Misch c82725edfa Let installcheck-world pass against a server requiring a password. 11 years ago
Tom Lane f28d9b10f7 Document SQL functions' behavior of parsing the whole function at once. 11 years ago
Kevin Grittner bfaa8c665f Fix calculation of PREDICATELOCK_MANAGER_LWLOCK_OFFSET. 11 years ago
Fujii Masao 9ba78fb0b9 Don't allow data_directory to be set in postgresql.auto.conf by ALTER SYSTEM. 11 years ago
Tom Lane df8b7bc9ff Improve our mechanism for controlling the Linux out-of-memory killer. 11 years ago
Andrew Dunstan 960661980b Remove unnecessary check for jbvBinary in convertJsonbValue. 11 years ago
Tom Lane 66802246e2 Fix weird spacing in error message. 11 years ago
Andrew Dunstan d2a986b74a Document that jsonb has all the standard comparison operators. 11 years ago
Tom Lane 8f889b1083 Implement UPDATE tab SET (col1,col2,...) = (SELECT ...), ... 11 years ago
Noah Misch 230ba02d85 Fix the MSVC build process for uuid-ossp. 11 years ago
Bruce Momjian 4cd3b1cbbd 9.4 release notes: improve valgrind mention 11 years ago
Heikki Linnakangas b29e715143 Revert accidental change of WAL_DEBUG default. 11 years ago
Tom Lane 2146f13408 Avoid recursion when processing simple lists of AND'ed or OR'ed clauses. 11 years ago