Commit Graph

2560 Commits (0a7832005792fa6dad171f9cadb8d587fe0dd800)

Author SHA1 Message Date
Bruce Momjian 0a78320057 pgindent run for 9.4 12 years ago
Heikki Linnakangas a692ee5870 Replace SYSTEMQUOTEs with Windows-specific wrapper functions. 12 years ago
Tom Lane 2d00190495 Rationalize common/relpath.[hc]. 12 years ago
Heikki Linnakangas 503de54621 Add missing SYSTEMQUOTEs 12 years ago
Bruce Momjian 7ec73783d8 copy: update docs for FORCE_NULL and FORCE_NOT_NULL combination 12 years ago
Tom Lane 78a3c9b6a5 pg_stat_statements forgot to let previous occupant of hook get control too. 12 years ago
Peter Eisentraut e7128e8dbb Create function prototype as part of PG_FUNCTION_INFO_V1 macro 12 years ago
Bruce Momjian 9fe55259fd pgcrypto: fix memset() calls that might be optimized away 12 years ago
Bruce Momjian c1275cf741 pg_upgrade: throw an error for non-existent tablespace directories 12 years ago
Tom Lane 5b68d81697 Fix contrib/postgres_fdw's remote-estimate representation of array Params. 12 years ago
Bruce Momjian 95cb917297 pg_upgrade: remove redundant include files 12 years ago
Bruce Momjian ab76d8e9d6 contrib/test_decoding: fix regression test for psql oid display changes 12 years ago
Peter Eisentraut c92c3d50d7 vacuumdb: Add option --analyze-in-stages 12 years ago
Tom Lane 46a60abfe9 Suppress compiler warning in new contrib/pg_trgm code. 12 years ago
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