Commit Graph

3338 Commits (11e264517dff7a911d9e6494de86049cab42cde3)

Author SHA1 Message Date
Tom Lane 687f096ea9 Make PL/Python handle domain-type conversions correctly. 8 years ago
Peter Eisentraut 0e1539ba0d Add some const decorations to prototypes 8 years ago
Tom Lane 7e60e67861 Tighten test in contrib/bloom/t/001_wal.pl. 8 years ago
Peter Eisentraut 2eb4a831e5 Change TRUE/FALSE to true/false 8 years ago
Noah Misch dfc015dcf4 start-scripts: switch to $PGUSER before opening $PGLOG. 8 years ago
Tom Lane 4c11d2c559 Flag index metapages as standard-format in xlog.c calls. 8 years ago
Peter Eisentraut 637a934ab9 Simplify new test suite handling of passwordcheck 8 years ago
Robert Haas c6fd5cd706 Fix typo. 8 years ago
Tom Lane 37a795a60b Support domains over composite types. 8 years ago
Robert Haas 2959213bf3 pg_stat_statements: Add a comment about the dangers of padding bytes. 8 years ago
Alvaro Herrera 4b95cc1dc3 Add more tests for reloptions 8 years ago
Peter Eisentraut 4211673622 Exclude flex-generated code from coverage testing 8 years ago
Andres Freund 31079a4a8e Replace remaining uses of pq_sendint with pq_sendint{8,16,32}. 8 years ago
Robert Haas cff440d368 pg_stat_statements: Widen query IDs from 32 bits to 64 bits. 8 years ago
Tom Lane 1518d07842 Fix crash when logical decoding is invoked from a PL function. 8 years ago
Robert Haas f49842d1ee Basic partition-wise join functionality. 8 years ago
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. 8 years ago
Andres Freund 2cd7084524 Change tupledesc->attrs[n] to TupleDescAttr(tupledesc, n). 8 years ago
Robert Haas 79f457e53a Remove bogus line from comment. 8 years ago
Tom Lane ec0a69e49b Extend the default rules file for contrib/unaccent with Vietnamese letters. 8 years ago