Commit Graph

3322 Commits (e9baa5e9fa147e00a2466ab2c40eb99c8a700824)

Author SHA1 Message Date
Robert Haas c097b271e8 Fix more user-visible elog() calls. 8 years ago
Peter Eisentraut 036166f26e Document and use SPI_result_code_string() 8 years ago
Andres Freund 0ba99c84e8 Replace most usages of ntoh[ls] and hton[sl] with pg_bswap.h. 8 years ago
Tom Lane c12d570fa1 Support arrays over domains. 8 years ago
Andres Freund 510b8cbff1 Extend & revamp pg_bswap.h infrastructure. 8 years ago
Peter Eisentraut 5373bc2a08 Add background worker type 8 years ago
Tom Lane 8485a25a8c Fix assorted infelicities in new SetWALSegSize() function. 8 years ago
Peter Eisentraut 0c5803b450 Refactor new file permission handling 8 years ago
Peter Eisentraut 5d3cad5647 Remove contrib/chkpass 8 years ago
Andres Freund fc49e24fa6 Make WAL segment size configurable at initdb time. 8 years ago
Andrew Dunstan d1687c6926 Disable multi-byte citext tests 8 years ago
Andrew Dunstan 890faaf195 Set client encoding to UTF8 for the citext regression script 8 years ago
Andrew Dunstan f246499764 Add citext_pattern_ops for citext contrib module 8 years ago
Tom Lane eb5c404b17 Minor code-cleanliness improvements for btree. 8 years ago
Tom Lane 4bd1994650 Make DatumGetFoo/PG_GETARG_FOO/PG_RETURN_FOO macro names more consistent. 8 years ago
Peter Eisentraut 9b6cb4650b isn: Fix debug code 8 years ago
Peter Eisentraut af7211e92d passwordcheck: Add test suite 8 years ago
Peter Eisentraut 8423bf4f25 chkpass: Add test suite 8 years ago
Peter Eisentraut 4cb89d8306 lo: Add test suite 8 years ago
Peter Eisentraut 6141123a82 fuzzystrmatch: Add test suite 8 years ago
Peter Eisentraut b28dfa6d6f adminpack: Add test suite 8 years ago
Tom Lane 44ba292064 Update contrib/seg for new scalarlesel/scalargesel selectivity functions. 8 years ago
Tom Lane 7d08ce286c Distinguish selectivity of < from <= and > from >=. 8 years ago
Peter Eisentraut 1356f78ea9 Reduce excessive dereferencing of function pointers 8 years ago
Robert Haas 9d71323dac Even if some partitions are foreign, allow tuple routing. 8 years ago
Tom Lane 793a89c196 Sync function prototype with its actual definition. 8 years ago
Peter Eisentraut ec3a437596 Remove unnecessary casts 8 years ago
Peter Eisentraut 17273d059c Remove unnecessary parentheses in return statements 8 years ago
Peter Eisentraut 5a739e7b2c fuzzystrmatch: Remove dead code 8 years ago
Peter Eisentraut b5c75feca7 Remove to pre-8.2 coding convention for PG_MODULE_MAGIC 8 years ago
Robert Haas 79ccd7cbd5 pg_prewarm: Add automatic prewarm feature. 9 years ago
Andres Freund 2cd7084524 Change tupledesc->attrs[n] to TupleDescAttr(tupledesc, n). 9 years ago
Robert Haas 79f457e53a Remove bogus line from comment. 9 years ago
Tom Lane ec0a69e49b Extend the default rules file for contrib/unaccent with Vietnamese letters. 9 years ago
Peter Eisentraut 77d05706be Fix up some misusage of appendStringInfo() and friends 9 years ago
Peter Eisentraut a1ef920e27 Remove uses of "slave" in replication contexts 9 years ago
Robert Haas 0b7ba3d647 pgstatindex: Insert some casts to prevent overflow. 9 years ago
Andres Freund 0d1f98b80e Add regression test for wide REPLICA IDENTITY FULL updates. 9 years ago
Robert Haas 620b49a16d hash: Increase the number of possible overflow bitmaps by 8x. 9 years ago
Tom Lane 3c163a7fc7 PL/Perl portability fix: absorb relevant -D switches from Perl. 9 years ago
Tom Lane bebe174bb4 PL/Perl portability fix: avoid including XSUB.h in plperl.c. 9 years ago
Robert Haas 7086be6e36 When WCOs are present, disable direct foreign table modification. 9 years ago
Tom Lane 88f48b57fd Stabilize postgres_fdw regression tests. 9 years ago
Tom Lane 8bf58c0d9b Re-establish postgres_fdw connections after server or user mapping changes. 9 years ago
Tom Lane decb08ebdf Code review for NextValueExpr expression node type. 9 years ago
Heikki Linnakangas bf723a274c Forbid gen_random_uuid() with --disable-strong-random 9 years ago
Peter Eisentraut 1db49c3b6d Fix typo in comment 9 years ago
Robert Haas 2c77903b2b postgres_fdw: Move function prototype to correct section. 9 years ago
Peter Eisentraut b56818abd4 Teach pgrowlocks to check relkind before scanning 9 years ago
Tom Lane 382ceffdf7 Phase 3 of pgindent updates. 9 years ago