Commit Graph

42290 Commits (e984ef5861df4bc9733b36271d05763e82de7c04)
 

Author SHA1 Message Date
Robert Haas 691b8d5928 Allow for parallel execution whenever ExecutorRun() is done only once. 9 years ago
Teodor Sigaev 218f51584d Reduce page locking in GIN vacuum 9 years ago
Peter Eisentraut 73561013e5 Remove trailing comma from enum definition 9 years ago
Peter Eisentraut 128e6ee01d Assorted compilation and test fixes 9 years ago
Simon Riggs 232c532213 Minor spelling correction in comment 9 years ago
Simon Riggs 6912acc04f Replication lag tracking for walsenders 9 years ago
Peter Eisentraut 7c4f52409a Logical replication support for initial data copy 9 years ago
Magnus Hagander 707576b571 Fix grammar in comment 9 years ago
Stephen Frost 017e4f2588 Expose waitforarchive option through pg_stop_backup() 9 years ago
Peter Eisentraut cbf7ed51b8 doc: Improve CREATE PUBLICATION examples 9 years ago
Peter Eisentraut b941891190 doc: Fix logical replication setup instructions 9 years ago
Peter Eisentraut a2760915b3 doc: Markup and formatting improvements 9 years ago
Robert Haas dc02c7bca4 Fix wrong costing of Sort under Gather Merge. 9 years ago
Magnus Hagander 6b76f1bb58 Support multiple RADIUS servers 9 years ago
Simon Riggs c137c68ea6 Correct erroneous comment in GetOldestXmin() 9 years ago
Simon Riggs af4b1a0869 Refactor GetOldestXmin() to use flags 9 years ago
Simon Riggs 49bff5300d Assign AccessExclusiveLocks against subxacts in Hot Standby 9 years ago
Peter Eisentraut 8df9bd0b44 Change logical replication pg_hba.conf use 9 years ago
Peter Eisentraut 4cfc9484d4 Refine rules for altering publication owner 9 years ago
Andrew Dunstan 96a7128b7b Sync pg_dump and pg_dumpall output 9 years ago
Simon Riggs 9b013dc238 Improve performance of replay of AccessExclusiveLocks 9 years ago
Simon Riggs 1148e22a82 Teach xlogreader to follow timeline switches 9 years ago
Peter Eisentraut 9ca2dd578d Avoid Perl warning 9 years ago
Peter Eisentraut 05227e0c34 pg_dump: Only dump publications when dumping everything 9 years ago
Peter Eisentraut 9212810c4f doc: Update tool sets documentation for modern FreeBSD 9 years ago
Andrew Dunstan 80275561ff Document btree_gin support for enums 9 years ago
Andrew Dunstan 4ad0f88c44 Add btree_gin support for enum types 9 years ago
Andrew Dunstan f7946a92b6 Add btree_gist support for enum types. 9 years ago
Andrew Dunstan 65a9138b9b Use CallerFInfoFunctionCall with btree_gist for varlena types 9 years ago
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