Commit Graph

43454 Commits (8423bf4f25ecd7afdd1d89adfbf29ea28992678f)
 

Author SHA1 Message Date
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
Bruce Momjian 2d4a614e1e docs: improve pg_upgrade rsync instructions 8 years ago
Peter Eisentraut 2eeaa74b5b doc: Remove useless marked section 8 years ago
Peter Eisentraut 58bd60995f doc: Document default scope in LDAP URL 8 years ago
Peter Eisentraut 83aaac41c6 Allow custom search filters to be configured for LDAP auth 8 years ago
Michael Meskes 35e1568826 Fixed ECPG to correctly handle out-of-scope cursor declarations with pointers 8 years ago
Tom Lane e183530550 Fix RecursiveCopy.pm to cope with disappearing files. 8 years ago
Bruce Momjian 57e1c00793 PG 10 release notes: change trigger transition tables 8 years ago
Bruce Momjian 3126433ae7 PG 10 release notes: update PL/Tcl functions item 8 years ago
Peter Eisentraut 6d9fa52645 pg_receivewal: Add --endpos option 8 years ago
Andres Freund c1898c3e1e Constify numeric.c. 8 years ago
Tom Lane b8060e41b5 Prefer argument name over "$n" for the refname of a plpgsql argument. 8 years ago
Peter Eisentraut 3612019a79 doc: Document function pointer source code style 8 years ago
Peter Eisentraut 821fb8cdbf Message style fixes 8 years ago
Tom Lane 3c43595217 Quick-hack fix for foreign key cascade vs triggers with transition tables. 8 years ago
Tom Lane 610bbdd8ac Add a test harness for the red-black tree code. 8 years ago
Tom Lane f80e782a6b Remove pre-order and post-order traversal logic for red-black trees. 8 years ago
Peter Eisentraut c824c7e29f pg_upgrade: Message style fixes 8 years ago
Tom Lane fdf87ed451 Fix failure-to-copy bug in commit 6f6b99d13. 8 years ago
Tom Lane e56dd7cf50 Fix uninitialized-variable bug. 8 years ago
Tom Lane f25000c832 Fix more portability issues in new pgbench TAP tests. 8 years ago
Robert Haas 6f6b99d133 Allow a partitioned table to have a default partition. 8 years ago
Tom Lane 2cf15ec8b1 Fix pgbench TAP tests to work with --disable-thread-safety. 8 years ago
Tom Lane c1602c7a1b Doc: update v10 release notes through today. 8 years ago
Tom Lane 3cf17c9d47 Remove mention of password_encryption = plain in postgresql.conf.sample. 8 years ago
Tom Lane 933851033b Fix more portability issues in new pgbench TAP tests. 8 years ago