Commit Graph

42161 Commits (4b1c68d63e8651094cfe0631682acd999652ea70)
 

Author SHA1 Message Date
Andrew Dunstan 4b1c68d63e Use CallerFInfoFunctionCall with btree_gist for numeric types 9 years ago
Simon Riggs eb2a6131be Add a pg_recvlogical wrapper to PostgresNode 9 years ago
Robert Haas d3cc37f1d8 Don't scan partitioned tables. 9 years ago
Teodor Sigaev d5286aa905 Fix support for some operators (&<, &>, $<|, |&>) in box operator class 9 years ago
Andrew Dunstan 29bf501683 Add a direct function call mechanism using the caller's context. 9 years ago
Peter Eisentraut 010505546a doc: Improve markup 9 years ago
Bruce Momjian 17fa3e834f doc: clarify that function "ownership" that controls permission 9 years ago
Bruce Momjian 692ed0567d doc: adjust 'Infinity' example to include minus 9 years ago
Andrew Dunstan 8bc40533d6 Add missing support for new node fields 9 years ago
Bruce Momjian c709b113e8 doc: improve createdb example 9 years ago
Andrew Dunstan aa740b59a6 Force the regression databases to have bytea_output set to hex 9 years ago
Andrew Dunstan b6fb534f10 Add IF NOT EXISTS for CREATE SERVER and CREATE USER MAPPING 9 years ago
Andrew Dunstan 839cb0649a Use a consistent error message style for user mappings. 9 years ago
Robert Haas 9abbf4727d Another fix for single-page hash index vacuum. 9 years ago
Robert Haas 953477ca35 Fixes for single-page hash index vacuum. 9 years ago
Tom Lane bc18126a6b Add configure test to see if the C compiler has gcc-style computed gotos. 9 years ago
Heikki Linnakangas 14a72525d2 Add .gitignore for src/test/authentication/tmp_check. 9 years ago
Tom Lane 59bfb190f7 Add missed "make clean" logic in src/interfaces/libpq/Makefile. 9 years ago
Tom Lane be6c3d19fd Improve regression test coverage for TID scanning. 9 years ago
Teodor Sigaev 9cf6033281 Revert unintentional change in increasing usage count during pin of buffers, 9 years ago
Stephen Frost de34123834 pg_dump: Skip COLLATION-related regression tests 9 years ago
Magnus Hagander 839da3c7d9 Update obsolete comment 9 years ago
Peter Eisentraut 767ce36ff3 doc: Fix a few typos and awkward links 9 years ago
Tom Lane e3044f6184 Avoid use of already-closed relcache entry. 9 years ago
Tom Lane 17f8ffa1e3 Fix REFRESH MATERIALIZED VIEW to report activity to the stats collector. 9 years ago
Peter Eisentraut 27f1f585fd doc: Improve wording 9 years ago
Peter Eisentraut a72188a35b doc: Add markup 9 years ago
Peter Eisentraut 5e86bb51ea doc: Update compatibility claim 9 years ago
Peter Eisentraut cb5fa4130e doc: Tweak reference page header style 9 years ago
Stephen Frost 805e8bc702 Adjust number of tests for pg_dump 001_basic.pl 9 years ago
Stephen Frost 5abda5a3e9 pg_dump: Remove "option requires an argument -- j" test 9 years ago
Stephen Frost 31a8b77a92 Improve pg_dump regression tests and code coverage 9 years ago
Peter Eisentraut 164bdbe9c2 doc: Correct row count in table 9 years ago
Robert Haas 249cf070e3 Create and use wait events for read, write, and fsync operations. 9 years ago
Michael Meskes 928250aef5 Fix schedule of ecpg test files to only try two-phase commit test when possible. 9 years ago
Tom Lane f7819baa61 Fix WaitEventSetWait() to handle write-ready waits properly on Windows. 9 years ago
Peter Eisentraut fef2bcdcba pageinspect: Add page_checksum function 9 years ago
Andrew Gierth 64ae420b27 Repair test for vacuum reltuples fix. 9 years ago
Robert Haas 88e66d193f Rename "pg_clog" directory to "pg_xact". 9 years ago
Robert Haas bd9028b824 Remove dead link. 9 years ago
Peter Eisentraut a02731cb10 pageinspect: Add test for page_header function 9 years ago
Heikki Linnakangas aa7464d949 Add TAP tests for password-based authentication methods. 9 years ago
Heikki Linnakangas c6305a9c57 Allow plaintext 'password' authentication when user has a SCRAM verifier. 9 years ago
Heikki Linnakangas ff30aec759 Fix and simplify check for whether we're running as Windows service. 9 years ago
Robert Haas b4ff8609db Fix grammar. 9 years ago
Peter Eisentraut d7d77f3825 psql: Add completion for \help DROP|ALTER 9 years ago
Andrew Gierth 1914c5ea7d Avoid having vacuum set reltuples to 0 on non-empty relations in the 9 years ago
Robert Haas 80824ddda3 Avoid access to uninitialized memory in shared tidbitmap iteration. 9 years ago
Robert Haas befd73c50f Add pg_ls_logdir() and pg_ls_waldir() functions. 9 years ago
Robert Haas b30fb56b07 postgres_fdw: Push down FULL JOINs with restriction clauses. 9 years ago