Commit Graph

43490 Commits (890faaf1957759c6e17fbcbfd16f7cabc4a59d07)
 

Author SHA1 Message Date
Andrew Dunstan 890faaf195 Set client encoding to UTF8 for the citext regression script 8 years ago
Andres Freund 1910353675 Make new crash restart test a bit more robust. 8 years ago
Bruce Momjian d61f5bb7c4 doc: add example of % substitution for connection URIs 8 years ago
Andrew Dunstan f246499764 Add citext_pattern_ops for citext contrib module 8 years ago
Andres Freund f8e5f156b3 Rearm statement_timeout after each executed query. 8 years ago
Andres Freund 0fb9e4ace5 Fix uninitialized variable in dshash.c. 8 years ago
Andres Freund a1924a4ea2 Add test for postmaster crash restarts. 8 years ago
Andres Freund ec9e05b3c3 Fix crash restart bug introduced in 8356753c21. 8 years ago
Tom Lane eb5c404b17 Minor code-cleanliness improvements for btree. 8 years ago
Tom Lane 66917bfaa7 Make ExplainOpenGroup and ExplainCloseGroup public. 8 years ago
Tom Lane 4bd1994650 Make DatumGetFoo/PG_GETARG_FOO/PG_RETURN_FOO macro names more consistent. 8 years ago
Tom Lane 3e1683d37e Fix, or at least ameliorate, bugs in logicalrep_worker_launch(). 8 years ago
Peter Eisentraut 4b17c89429 Update some dead external links in the documentation 8 years ago
Peter Eisentraut d31892e210 Remove dead external links from documentation 8 years ago
Peter Eisentraut 8edacab209 Fix DROP SUBSCRIPTION hang 8 years ago
Tom Lane 68ab9acd85 Doc: update v10 release notes through today. 8 years ago
Tom Lane 6f44fe7f12 Allow rel_is_distinct_for() to look through RelabelType below OpExpr. 8 years ago
Tom Lane 27c6619e9c Fix possible dangling pointer dereference in trigger.c. 8 years ago
Tom Lane fd31f9f033 Ensure that BEFORE STATEMENT triggers fire the right number of times. 8 years ago
Tom Lane cad22075bc Fix bogus size calculation introduced by commit cc5f81366. 8 years ago
Tom Lane 936df5ba80 Doc: add example of transition table use in a trigger. 8 years ago
Tom Lane 0f79440fb0 Fix SQL-spec incompatibilities in new transition table feature. 8 years ago
Bruce Momjian 04b64b8ddf docs: clarify pg_upgrade docs regarding standbys and rsync 8 years ago
Robert Haas 9361f6f54e After a MINVALUE/MAXVALUE bound, allow only more of the same. 8 years ago
Alvaro Herrera c29145f00d src/test/ldap: Fix test function in Linux port 8 years ago
Peter Eisentraut 3012061b86 Apply pg_get_serial_sequence() to identity column sequences as well 8 years ago
Peter Eisentraut f0e60ee4bc Add LDAP authentication test suite 8 years ago
Tom Lane 71aa4801a8 Get rid of shared_record_typmod_registry_worker_detach; it doesn't work. 8 years ago
Robert Haas 60cd2f8a2d Test coverage for CREATE/ALTER FOREIGN DATA WRAPPER .. HANDLER. 8 years ago
Tom Lane eaa4070543 Don't use anonymous unions. 8 years ago
Tom Lane fba3665556 Avoid duplicate typedef for SharedRecordTypmodRegistry. 8 years ago
Andres Freund 6b65a7fe62 Remove TupleDesc remapping logic from tqueue.c. 8 years ago
Andres Freund cc5f81366c Add support for coordinating record typmods among parallel workers. 8 years ago
Peter Eisentraut 9b6cb4650b isn: Fix debug code 8 years ago
Peter Eisentraut 98470fdfa7 pg_archivecleanup: Add test suite 8 years ago
Peter Eisentraut af7211e92d passwordcheck: Add test suite 8 years ago
Peter Eisentraut 8423bf4f25 chkpass: Add test suite 8 years ago
Peter Eisentraut 4cb89d8306 lo: Add test suite 8 years ago
Peter Eisentraut 6141123a82 fuzzystrmatch: Add test suite 8 years ago
Peter Eisentraut b28dfa6d6f adminpack: Add test suite 8 years ago
Robert Haas 81276fdd39 Add missing tags to GetCommandLogLevel. 8 years ago
Andres Freund 8356753c21 Perform only one ReadControlFile() during startup. 8 years ago
Robert Haas 0a480502b0 Expand partitioned table RTEs level by level, without flattening. 8 years ago
Peter Eisentraut 0c4b879b74 Avoid use of bool in thread_test.c 8 years ago
Robert Haas 77b6b5e9ce Make RelationGetPartitionDispatchInfo expand depth-first. 8 years ago
Peter Eisentraut 8951c65df2 Remove BoolPtr type 8 years ago
Peter Eisentraut 0ec2e908ba Fix bool/int type confusion 8 years ago
Robert Haas 42651bdd68 Fix inconsistent capitalization. 8 years ago
Robert Haas 1555566d9e Set partitioned_rels appropriately when UNION ALL is used. 8 years ago
Andres Freund 1ab973ab60 Properly check interrupts in execScan.c. 8 years ago