Commit Graph

2546 Commits (80a5cf643adb496abe577a1ca6dc0c476d849c19)

Author SHA1 Message Date
Tom Lane 80a5cf643a Improve contrib/pg_trgm's heuristics for regexp index searches. 12 years ago
Tom Lane c7b3539599 Fix non-equivalence of VARIADIC and non-VARIADIC function call formats. 12 years ago
Tom Lane f33a71a786 De-anonymize the union in JsonbValue. 12 years ago
Heikki Linnakangas 554bb3beba Fix typo in comment. 12 years ago
Robert Haas 0f95b723eb test_decoding: Update .gitignore 12 years ago
Andrew Dunstan 7317d8d961 Use separate output dirs for test_decoding's two runs. 12 years ago
Bruce Momjian 9d66116444 psql: display "Replica Identity" only for FULL and NOTHING 12 years ago
Noah Misch 8f5578d0f9 Revert "Secure Unix-domain sockets of "make check" temporary clusters." 12 years ago
Noah Misch 31c6e54ec9 Secure Unix-domain sockets of "make check" temporary clusters. 12 years ago
Noah Misch 7ed908be41 Force consistent row order in contrib/test_decoding regression test. 12 years ago
Bruce Momjian 5906e10a2a contrib/test_decoding: adjust expected output 12 years ago
Bruce Momjian ba08155bd5 pg_upgrade: use pg_usleep(); remove Windows workaround 12 years ago
Heikki Linnakangas 28475f8e58 Use pg_usleep() instead of plain sleep(), to fix Windows build 12 years ago
Heikki Linnakangas ce9bb92f8f Add -f/--follow option to pg_xlogdump. 12 years ago
Andrew Dunstan d9134d0a35 Introduce jsonb, a structured format for storing json. 12 years ago
Noah Misch b2b2491b06 Don't test xmin/xmax columns of a postgres_fdw foreign table. 12 years ago
Noah Misch 7cbe57c34d Offer triggers on foreign tables. 12 years ago
Bruce Momjian 1494931d73 Remove MinGW readdir/errno bug workaround fixed on 2003-10-10 12 years ago
Bruce Momjian 6f03927fce Properly check for readdir/closedir() failures 12 years ago
Robert Haas d1bdab2fa3 test_shm_mq: Improve regression tests. 12 years ago
Heikki Linnakangas 033dc1c92c Fix compilation of pg_xlogdump, now that rm_safe_restartpoint is no more. 12 years ago
Tom Lane b6ec7c92ac Fix some remaining int64 vestiges in contrib/test_shm_mq. 12 years ago
Robert Haas c676ac0f3f test_shm_mq: Use Size rather than uint64. 12 years ago
Fujii Masao 2bccced110 Fix typos in comments. 12 years ago
Tom Lane 0268d21e5d Fix unportable shell-script syntax in pg_upgrade's test.sh. 12 years ago
Robert Haas 890194f14d Comment fixes related to logical decoding. 12 years ago
Tom Lane ea177a3ba7 Remove unportable use of anonymous unions from reorderbuffer.h. 12 years ago
Tom Lane 83204e100c Fix contrib/postgres_fdw to handle multiple join conditions properly. 12 years ago
Robert Haas 97e899e1b8 Fix test_decoding regression test outputs. 12 years ago
Bruce Momjian 65b9671411 pg_upgrade: improve C comment about what old/new oids match 12 years ago
Peter Eisentraut 6f37c08057 Fix whitespace 12 years ago
Andrew Dunstan 3b5e03dca2 Provide a FORCE NULL option to COPY in CSV mode. 12 years ago
Alvaro Herrera e2a0fc5363 auto_explain: Add logging of trigger execution 12 years ago
Robert Haas b89e151054 Introduce logical decoding. 12 years ago
Robert Haas 45ffeb7e00 pageinspect: Use new pg_lsn datatype. 12 years ago
Peter Eisentraut 192d8e04bd pgbench: Fix help message 12 years ago
Tom Lane 1161d895d8 Remove dependency on database encoding in citext regression test. 12 years ago
Tom Lane 769065c1b2 Prefer pg_any_to_server/pg_server_to_any over pg_do_encoding_conversion. 12 years ago
Heikki Linnakangas 0c5783ff30 Avoid integer overflow in hstore_to_json(). 12 years ago
Tom Lane 01824385ae Prevent potential overruns of fixed-size buffers. 12 years ago
Noah Misch 31400a6733 Predict integer overflow to avoid buffer overruns. 12 years ago
Tom Lane 60ff2fdd99 Centralize getopt-related declarations in a new header file pg_getopt.h. 12 years ago
Bruce Momjian 32be1c8e90 Remove use of sscanf in pg_upgrade, and add C comment to pg_dump 12 years ago
Bruce Momjian 2fc80e8e83 Rename 'gmake' to 'make' in docs and recommended commands 12 years ago
Bruce Momjian 2a2e40aaaa pg_upgrade: dramatically reduce memory consumption 12 years ago
Bruce Momjian f9bb944cd8 pg_test_fsync: add C comment about direct I/O and write size failure 12 years ago
Tom Lane 00d4f2af8b Improve connection-failure error handling in contrib/postgres_fdw. 12 years ago
Fujii Masao 3e8554a54a Make pg_basebackup skip temporary statistics files. 12 years ago
Tom Lane 214c7a4f0b Fix some more bugs in signal handlers and process shutdown logic. 12 years ago
Bruce Momjian 6afe200cee chkpass: check for NULL return value from crypt() 12 years ago