Commit Graph

42755 Commits (157239d2cdad8fdc19afc13269c852dbddbe290b)
 

Author SHA1 Message Date
Peter Eisentraut 157239d2cd pg_dump: Fix dumping of slot_name = NONE 9 years ago
Peter Eisentraut 6234569851 Improve CREATE SUBSCRIPTION option parsing 9 years ago
Bruce Momjian ce55481032 Post-PG 10 beta1 pgperltidy run 9 years ago
Bruce Momjian a6fd7b7a5f Post-PG 10 beta1 pgindent run 9 years ago
Bruce Momjian 8a94332478 Update typedefs list in prep. for post-PG10 beta1 pgindent run 9 years ago
Bruce Momjian df238b43d7 Add download URL for perltidy version v20090616 9 years ago
Robert Haas b2e4399baa Code review for make_partition_op_expr. 9 years ago
Tom Lane 05b5feb60e Revert changes to pg_basebackup and pg_waldump usage() code. 9 years ago
Robert Haas 236d6d462d Remove redundant has_null member from PartitionBoundInfoData. 9 years ago
Peter Eisentraut 3db22794b7 Add more tests for CREATE SUBSCRIPTION 9 years ago
Tom Lane 9485516ea2 Make psql handle EOF during COPY FROM STDIN properly on all platforms. 9 years ago
Peter Eisentraut 944dc0f9ce Check relkind of tables in CREATE/ALTER SUBSCRIPTION 9 years ago
Peter Eisentraut 0fbfb65d4b psql: publication/subscription tab completion fixes 9 years ago
Tom Lane c079673dcb Preventive maintenance in advance of pgindent run. 9 years ago
Tom Lane ddd243584a Fix leakage of memory context header in find_all_inheritors(). 9 years ago
Kevin Grittner a19ea9c660 Revert "Add a test for transition table usage in FOR EACH ROW trigger." 9 years ago
Kevin Grittner 4a03f935b3 Add a test for transition table usage in FOR EACH ROW trigger. 9 years ago
Tom Lane 8b0b6303e9 Try to ensure that stats collector's receive buffer size is at least 100KB. 9 years ago
Robert Haas 59f40566ca Fix relcache leak when row triggers on partitions are fired by COPY. 9 years ago
Robert Haas 8e709a612f doc: Remove unnecessary RETURN statements from example. 9 years ago
Tom Lane 91102dab44 In SSL tests, don't scribble on permissions of a repo file. 9 years ago
Tom Lane 6accefd466 Update CREATE SUBSCRIPTION docs for recent syntax change. 9 years ago
Tom Lane 5ad367a35b Stamp 10beta1. 9 years ago
Tom Lane 1aedcf9818 git-ignore intermediate files from new docs toolchain. 9 years ago
Robert Haas 0ad226f2ae Add missing apostrophe. 9 years ago
Tom Lane e3f67a5a17 Update oidjoins regression test for v10. 9 years ago
Peter Eisentraut b1ff33fd9b Add assertion to quiet Coverity 9 years ago
Peter Eisentraut 82d24bab75 Translation updates 9 years ago
Peter Eisentraut 4b99d32b2b doc: Remove unused file 9 years ago
Tom Lane 4041808b5b Fix bogus syntax for CREATE PUBLICATION commands emitted by pg_dump. 9 years ago
Tom Lane 12590c5d33 Fix unsafe reference into relcache in constructed CommentStmt. 9 years ago
Peter Eisentraut f8dc1985fd Fix ALTER SEQUENCE locking 9 years ago
Magnus Hagander b1c45afb01 Fix typo in comment 9 years ago
Tom Lane eda4ef8151 stats regression test's wait_for_stats() must check timestamp too. 9 years ago
Bruce Momjian de7cca982c doc: update the "current as of" date in the PG 10 release notes 9 years ago
Tom Lane 5d00b764cd Make pgstat tabstat lookup hash table less fragile. 9 years ago
Bruce Momjian b91e5b4684 doc: update PG 10 release notes for recent changes 9 years ago
Tom Lane 7606bbb3de Make stats regression test more robust in the face of parallel query. 9 years ago
Robert Haas edbe2a2936 Attempt to fix compiler warning. 9 years ago
Tom Lane 93ece9cc88 Edit SGML documentation related to extended statistics. 9 years ago
Tom Lane e84c019598 Fix maintenance hazards caused by ill-considered use of default: cases. 9 years ago
Tom Lane b5b0db19b8 Fix handling of extended statistics during ALTER COLUMN TYPE. 9 years ago
Peter Eisentraut 65b655b53e Update config.guess and config.sub 9 years ago
Tom Lane f674743487 Remove no-longer-needed fields of Hash plan nodes. 9 years ago
Tom Lane f04c9a6146 Standardize terminology for pg_statistic_ext entries. 9 years ago
Andrew Dunstan 12ad38b3b4 Suppress indentation from Data::Dumper in regression tests 9 years ago
Andres Freund 29c7d5e484 Specify --outputdir for isolation install check, not just plain check. 9 years ago
Andres Freund 524dbc1433 Avoid superfluous work for commits during logical slot creation. 9 years ago
Andres Freund 955a684e04 Fix race condition leading to hanging logical slot creation. 9 years ago
Tom Lane 9aab83fc50 Redesign get_attstatsslot()/free_attstatsslot() for more safety and speed. 9 years ago