Commit Graph

42145 Commits (14a72525d2cf88a024ade4c10944c7abb900dda9)
 

Author SHA1 Message Date
Heikki Linnakangas 14a72525d2 Add .gitignore for src/test/authentication/tmp_check. 8 years ago
Tom Lane 59bfb190f7 Add missed "make clean" logic in src/interfaces/libpq/Makefile. 8 years ago
Tom Lane be6c3d19fd Improve regression test coverage for TID scanning. 8 years ago
Teodor Sigaev 9cf6033281 Revert unintentional change in increasing usage count during pin of buffers, 8 years ago
Stephen Frost de34123834 pg_dump: Skip COLLATION-related regression tests 8 years ago
Magnus Hagander 839da3c7d9 Update obsolete comment 8 years ago
Peter Eisentraut 767ce36ff3 doc: Fix a few typos and awkward links 8 years ago
Tom Lane e3044f6184 Avoid use of already-closed relcache entry. 8 years ago
Tom Lane 17f8ffa1e3 Fix REFRESH MATERIALIZED VIEW to report activity to the stats collector. 8 years ago
Peter Eisentraut 27f1f585fd doc: Improve wording 8 years ago
Peter Eisentraut a72188a35b doc: Add markup 8 years ago
Peter Eisentraut 5e86bb51ea doc: Update compatibility claim 8 years ago
Peter Eisentraut cb5fa4130e doc: Tweak reference page header style 8 years ago
Stephen Frost 805e8bc702 Adjust number of tests for pg_dump 001_basic.pl 8 years ago
Stephen Frost 5abda5a3e9 pg_dump: Remove "option requires an argument -- j" test 8 years ago
Stephen Frost 31a8b77a92 Improve pg_dump regression tests and code coverage 8 years ago
Peter Eisentraut 164bdbe9c2 doc: Correct row count in table 8 years ago
Robert Haas 249cf070e3 Create and use wait events for read, write, and fsync operations. 8 years ago
Michael Meskes 928250aef5 Fix schedule of ecpg test files to only try two-phase commit test when possible. 8 years ago
Tom Lane f7819baa61 Fix WaitEventSetWait() to handle write-ready waits properly on Windows. 8 years ago
Peter Eisentraut fef2bcdcba pageinspect: Add page_checksum function 8 years ago
Andrew Gierth 64ae420b27 Repair test for vacuum reltuples fix. 8 years ago
Robert Haas 88e66d193f Rename "pg_clog" directory to "pg_xact". 8 years ago
Robert Haas bd9028b824 Remove dead link. 8 years ago
Peter Eisentraut a02731cb10 pageinspect: Add test for page_header function 8 years ago
Heikki Linnakangas aa7464d949 Add TAP tests for password-based authentication methods. 8 years ago
Heikki Linnakangas c6305a9c57 Allow plaintext 'password' authentication when user has a SCRAM verifier. 8 years ago
Heikki Linnakangas ff30aec759 Fix and simplify check for whether we're running as Windows service. 8 years ago
Robert Haas b4ff8609db Fix grammar. 8 years ago
Peter Eisentraut d7d77f3825 psql: Add completion for \help DROP|ALTER 8 years ago
Andrew Gierth 1914c5ea7d Avoid having vacuum set reltuples to 0 on non-empty relations in the 8 years ago
Robert Haas 80824ddda3 Avoid access to uninitialized memory in shared tidbitmap iteration. 8 years ago
Robert Haas befd73c50f Add pg_ls_logdir() and pg_ls_waldir() functions. 8 years ago
Robert Haas b30fb56b07 postgres_fdw: Push down FULL JOINs with restriction clauses. 8 years ago
Alvaro Herrera a3eac988c2 Fix ancient get_object_address_opf_member bug 8 years ago
Stephen Frost cccbddeb14 Be more careful about signed vs. unsigned char 8 years ago
Stephen Frost 7821f7229c Clean up overly paranoid checks in mac8.c 8 years ago
Robert Haas 6977b8b7f4 Port single-page btree vacuum logic to hash indexes. 8 years ago
Andres Freund 2038bf41c9 Specify bindir in pg_isolation_regress_installcheck. 8 years ago
Peter Eisentraut bd1827c7c9 Simplify publication/subscription tests a bit 8 years ago
Peter Eisentraut f2a9998fb3 Fix typo 8 years ago
Peter Eisentraut e76db009f0 Add more documentation and tests for publications 8 years ago
Tom Lane b5dd50f2c0 Rewrite async-connection loop in libpqwalreceiver.c, once again. 8 years ago
Robert Haas 1ea60ad602 Fix failure to use clamp_row_est() for parallel joins. 8 years ago
Stephen Frost c583234662 Bump catversion for MACADDR8 8 years ago
Stephen Frost c7a9fa399d Add support for EUI-64 MAC addresses as macaddr8 8 years ago
Robert Haas 42bdaebf16 Add a regression test for snapshot too old with hash indexes. 8 years ago
Robert Haas d8f356e1bd Fix MB regression tests for WAL-logging of hash indexes. 8 years ago
Robert Haas f7b711c8bc Cosmetic fixes for hash index write-ahead logging. 8 years ago
Peter Eisentraut aefeb68741 Allow referring to functions without arguments when unique 8 years ago