Commit Graph

43479 Commits (3e1683d37e1d751eb2df9a5cb0507bebc6cf7d05)
 

Author SHA1 Message Date
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
Stephen Frost d2e40b310a Fix ordering in pg_dump of GRANTs 8 years ago
Tom Lane 76e134fefd Adjust unstable regression test case. 8 years ago
Tom Lane 44ba292064 Update contrib/seg for new scalarlesel/scalargesel selectivity functions. 8 years ago
Tom Lane 7d08ce286c Distinguish selectivity of < from <= and > from >=. 8 years ago
Peter Eisentraut 089880ba9a doc: Remove incorrect SCRAM protocol documentation 8 years ago
Bruce Momjian 82e367ddbf docs: adjust "link mode" mention in pg_upgrade streaming steps 8 years ago
Bruce Momjian 9521ce4a7a docs: improve pg_upgrade standby instructions 8 years ago
Peter Eisentraut 61975d6c2c Improve error message in WAL sender 8 years ago
Peter Eisentraut 1a2fdc99a4 Define LDAP_NO_ATTRS if necessary. 8 years ago
Tom Lane 69835bc898 Add psql variables to track success/failure of SQL queries. 8 years ago
Andres Freund 6e7baa3227 Introduce BYTES unit for GUCs. 8 years ago