Commit Graph

43482 Commits (eb5c404b17752ca566947f12cb702438dcccdcb1)
 

Author SHA1 Message Date
Tom Lane eb5c404b17 Minor code-cleanliness improvements for btree. 9 years ago
Tom Lane 66917bfaa7 Make ExplainOpenGroup and ExplainCloseGroup public. 9 years ago
Tom Lane 4bd1994650 Make DatumGetFoo/PG_GETARG_FOO/PG_RETURN_FOO macro names more consistent. 9 years ago
Tom Lane 3e1683d37e Fix, or at least ameliorate, bugs in logicalrep_worker_launch(). 9 years ago
Peter Eisentraut 4b17c89429 Update some dead external links in the documentation 9 years ago
Peter Eisentraut d31892e210 Remove dead external links from documentation 9 years ago
Peter Eisentraut 8edacab209 Fix DROP SUBSCRIPTION hang 9 years ago
Tom Lane 68ab9acd85 Doc: update v10 release notes through today. 9 years ago
Tom Lane 6f44fe7f12 Allow rel_is_distinct_for() to look through RelabelType below OpExpr. 9 years ago
Tom Lane 27c6619e9c Fix possible dangling pointer dereference in trigger.c. 9 years ago
Tom Lane fd31f9f033 Ensure that BEFORE STATEMENT triggers fire the right number of times. 9 years ago
Tom Lane cad22075bc Fix bogus size calculation introduced by commit cc5f81366. 9 years ago
Tom Lane 936df5ba80 Doc: add example of transition table use in a trigger. 9 years ago
Tom Lane 0f79440fb0 Fix SQL-spec incompatibilities in new transition table feature. 9 years ago
Bruce Momjian 04b64b8ddf docs: clarify pg_upgrade docs regarding standbys and rsync 9 years ago
Robert Haas 9361f6f54e After a MINVALUE/MAXVALUE bound, allow only more of the same. 9 years ago
Alvaro Herrera c29145f00d src/test/ldap: Fix test function in Linux port 9 years ago
Peter Eisentraut 3012061b86 Apply pg_get_serial_sequence() to identity column sequences as well 9 years ago
Peter Eisentraut f0e60ee4bc Add LDAP authentication test suite 9 years ago
Tom Lane 71aa4801a8 Get rid of shared_record_typmod_registry_worker_detach; it doesn't work. 9 years ago
Robert Haas 60cd2f8a2d Test coverage for CREATE/ALTER FOREIGN DATA WRAPPER .. HANDLER. 9 years ago
Tom Lane eaa4070543 Don't use anonymous unions. 9 years ago
Tom Lane fba3665556 Avoid duplicate typedef for SharedRecordTypmodRegistry. 9 years ago
Andres Freund 6b65a7fe62 Remove TupleDesc remapping logic from tqueue.c. 9 years ago
Andres Freund cc5f81366c Add support for coordinating record typmods among parallel workers. 9 years ago
Peter Eisentraut 9b6cb4650b isn: Fix debug code 9 years ago
Peter Eisentraut 98470fdfa7 pg_archivecleanup: Add test suite 9 years ago
Peter Eisentraut af7211e92d passwordcheck: Add test suite 9 years ago
Peter Eisentraut 8423bf4f25 chkpass: Add test suite 9 years ago
Peter Eisentraut 4cb89d8306 lo: Add test suite 9 years ago
Peter Eisentraut 6141123a82 fuzzystrmatch: Add test suite 9 years ago
Peter Eisentraut b28dfa6d6f adminpack: Add test suite 9 years ago
Robert Haas 81276fdd39 Add missing tags to GetCommandLogLevel. 9 years ago
Andres Freund 8356753c21 Perform only one ReadControlFile() during startup. 9 years ago
Robert Haas 0a480502b0 Expand partitioned table RTEs level by level, without flattening. 9 years ago
Peter Eisentraut 0c4b879b74 Avoid use of bool in thread_test.c 9 years ago
Robert Haas 77b6b5e9ce Make RelationGetPartitionDispatchInfo expand depth-first. 9 years ago
Peter Eisentraut 8951c65df2 Remove BoolPtr type 9 years ago
Peter Eisentraut 0ec2e908ba Fix bool/int type confusion 9 years ago
Robert Haas 42651bdd68 Fix inconsistent capitalization. 9 years ago
Robert Haas 1555566d9e Set partitioned_rels appropriately when UNION ALL is used. 9 years ago
Andres Freund 1ab973ab60 Properly check interrupts in execScan.c. 9 years ago
Stephen Frost d2e40b310a Fix ordering in pg_dump of GRANTs 9 years ago
Tom Lane 76e134fefd Adjust unstable regression test case. 9 years ago
Tom Lane 44ba292064 Update contrib/seg for new scalarlesel/scalargesel selectivity functions. 9 years ago
Tom Lane 7d08ce286c Distinguish selectivity of < from <= and > from >=. 9 years ago
Peter Eisentraut 089880ba9a doc: Remove incorrect SCRAM protocol documentation 9 years ago
Bruce Momjian 82e367ddbf docs: adjust "link mode" mention in pg_upgrade streaming steps 9 years ago
Bruce Momjian 9521ce4a7a docs: improve pg_upgrade standby instructions 9 years ago
Peter Eisentraut 61975d6c2c Improve error message in WAL sender 9 years ago