Commit Graph

3288 Commits (2b74303637edc09cf692fbfab3fd93a5e47ccabf)

Author SHA1 Message Date
Peter Eisentraut 77d05706be Fix up some misusage of appendStringInfo() and friends 8 years ago
Peter Eisentraut a1ef920e27 Remove uses of "slave" in replication contexts 8 years ago
Robert Haas 0b7ba3d647 pgstatindex: Insert some casts to prevent overflow. 8 years ago
Andres Freund 0d1f98b80e Add regression test for wide REPLICA IDENTITY FULL updates. 8 years ago
Robert Haas 620b49a16d hash: Increase the number of possible overflow bitmaps by 8x. 8 years ago
Tom Lane 3c163a7fc7 PL/Perl portability fix: absorb relevant -D switches from Perl. 8 years ago
Tom Lane bebe174bb4 PL/Perl portability fix: avoid including XSUB.h in plperl.c. 8 years ago
Robert Haas 7086be6e36 When WCOs are present, disable direct foreign table modification. 8 years ago
Tom Lane 88f48b57fd Stabilize postgres_fdw regression tests. 8 years ago
Tom Lane 8bf58c0d9b Re-establish postgres_fdw connections after server or user mapping changes. 8 years ago
Tom Lane decb08ebdf Code review for NextValueExpr expression node type. 8 years ago
Heikki Linnakangas bf723a274c Forbid gen_random_uuid() with --disable-strong-random 8 years ago
Peter Eisentraut 1db49c3b6d Fix typo in comment 8 years ago
Robert Haas 2c77903b2b postgres_fdw: Move function prototype to correct section. 8 years ago
Peter Eisentraut b56818abd4 Teach pgrowlocks to check relkind before scanning 8 years ago
Tom Lane 382ceffdf7 Phase 3 of pgindent updates. 8 years ago
Tom Lane c7b8998ebb Phase 2 of pgindent updates. 8 years ago
Tom Lane e3860ffa4d Initial pgindent run with pg_bsd_indent version 2.0. 8 years ago
Tom Lane a3bed62d44 Fix low-probability leaks of PGresult objects in the backend. 8 years ago
Peter Eisentraut 272171279f psql: Use more consistent capitalization of some output headings 8 years ago
Joe Conway 06c0afe56e Fix contrib/sepgsql regr tests for tup-routing constraint check change. 8 years ago
Robert Haas ae9bfc5d65 postgres_fdw: Allow cancellation of transaction control commands. 8 years ago
Tom Lane e7941a9766 Replace over-optimistic Assert in partitioning code with a runtime test. 8 years ago
Alvaro Herrera e6785a5ca1 Fix wording in amvalidate error messages 8 years ago
Tom Lane 2dd510e630 Fix contrib/sepgsql regression tests for partition NOT NULL change. 8 years ago
Robert Haas 3ec76ff1f2 Don't explicitly mark range partitioning columns NOT NULL. 8 years ago
Bruce Momjian ce55481032 Post-PG 10 beta1 pgperltidy run 8 years ago
Bruce Momjian a6fd7b7a5f Post-PG 10 beta1 pgindent run 8 years ago
Tom Lane c079673dcb Preventive maintenance in advance of pgindent run. 8 years ago
Andrew Dunstan 12ad38b3b4 Suppress indentation from Data::Dumper in regression tests 8 years ago
Andres Freund 955a684e04 Fix race condition leading to hanging logical slot creation. 8 years ago
Tom Lane 9aab83fc50 Redesign get_attstatsslot()/free_attstatsslot() for more safety and speed. 8 years ago
Tom Lane d10c626de4 Rename WAL-related functions and views to use "lsn" not "location". 8 years ago
Heikki Linnakangas eb61136dc7 Remove support for password_encryption='off' / 'plain'. 8 years ago
Peter Eisentraut 332bec1e60 postgres_fdw: Fix join push down with extensions 9 years ago
Peter Eisentraut 6275f5d28a Fix new warnings from GCC 7 9 years ago
Tom Lane 2040bb4a0b Clean up manipulations of hash indexes' hasho_flag field. 9 years ago
Tom Lane 1dffabed49 Further fix pg_trgm's extraction of trigrams from regular expressions. 9 years ago
Peter Eisentraut 0c22327f26 Remove useless trailing spaces in queries in C strings 9 years ago
Tom Lane 6cfaffc0dd Fix regexport.c to behave sanely with lookaround constraints. 9 years ago
Robert Haas 9cc27566c1 Fix pgstattuple's handling of unused hash pages. 9 years ago
Tom Lane 88e902b769 Simplify handling of remote-qual pass-forward in postgres_fdw. 9 years ago
Tom Lane 28b0478755 Handle restriction clause lists more uniformly in postgres_fdw. 9 years ago
Tom Lane 8f0530f580 Improve castNode notation by introducing list-extraction-specific variants. 9 years ago
Peter Eisentraut 244f1c8907 Fix whitespace 9 years ago
Joe Conway 86fa9b2d1b Make sepgsql regression tests robust vs. collation differences 9 years ago
Joe Conway 25542d77dd Add partitioned table support to sepgsql 9 years ago
Tom Lane 9c7f5229ad Optimize joins when the inner relation can be proven unique. 9 years ago
Alvaro Herrera 8bf74967da Reduce the number of pallocs() in BRIN 9 years ago
Simon Riggs ac2b095088 Reset API of clause_selectivity() 9 years ago