Commit Graph

52726 Commits (6e0cb3dec10e460288d68a128e3d79d16a230cdb)
 

Author SHA1 Message Date
Fujii Masao 6e0cb3dec1 postgres_fdw: Allow postgres_fdw.application_name to include escape sequences. 4 years ago
Amit Kapila 94226d4506 Fix compilation error introduced by commit 8e1fae1938. 4 years ago
Amit Kapila 8e1fae1938 Move parallel vacuum code to vacuumparallel.c. 4 years ago
Bruce Momjian e2e1bbde46 doc: clarify when expression indexes evaluate their expressions 4 years ago
Peter Eisentraut 4965f75484 Remove unused include 4 years ago
Peter Eisentraut 2f4fd1a73b Remove unused include 4 years ago
Peter Eisentraut dfaa346c7c Fix incorrect format placeholders 4 years ago
Michael Paquier fc95d35b94 Correct comment and some documentation about REPLICA_IDENTITY_INDEX 4 years ago
Peter Eisentraut 962951be3c Fix typo in code comment 4 years ago
Michael Paquier 2e577c9446 Remove assertion for ALTER TABLE .. DETACH PARTITION CONCURRENTLY 4 years ago
Amit Kapila cc8b25712b Move index vacuum routines to vacuum.c. 4 years ago
Tom Lane 0f2abd0544 Add help & tab-complete support for psql's \getenv. 4 years ago
Tom Lane 1fada5d81e Add missing EmitWarningsOnPlaceholders() calls. 4 years ago
Tom Lane 0e6e7f0806 Merge dblink's paths test script into its main test. 4 years ago
Tom Lane dc9c3b0ff2 Remove dynamic translation of regression test scripts, step 2. 4 years ago
Tom Lane d1029bb5a2 Remove dynamic translation of regression test scripts, step 1. 4 years ago
Tom Lane 33d3eeadb2 Add a \getenv command to psql. 4 years ago
John Naylor 911588a3f8 Add fast path for validating UTF-8 text 4 years ago
Peter Eisentraut e2c52beecd pg_dump: Refactor getIndexes() 4 years ago
Peter Eisentraut 222b697ec0 doc: More documentation on regular expressions and SQL standard 4 years ago
Tom Lane b1c169caf0 Remove some more dead code in pg_dump. 4 years ago
Michael Paquier 22592e10b4 Fix typo in TAP tests of pg_receivewal 4 years ago
Michael Paquier 3d5ffccb6d Add option -N/--no-sync to pg_upgrade 4 years ago
Tom Lane 944dc45d1b Fix the public schema's permissions in a separate test script. 4 years ago
Peter Eisentraut 3c6f8c011f Simplify the general-purpose 64-bit integer parsing APIs 4 years ago
Tom Lane 9c356f4b2d Ensure casting to typmod -1 generates a RelabelType. 4 years ago
Tom Lane cf0cab868a Remove psql support for server versions preceding 9.2. 4 years ago
Tom Lane c49d926833 Clean up some more freshly-dead code in pg_dump and pg_upgrade. 4 years ago
Fujii Masao 58e2e6eb67 doc: Add note about postgres_fdw.application_name. 4 years ago
Thomas Munro a13db0e164 Change ProcSendSignal() to take pgprocno. 4 years ago
Tom Lane bbc227e951 Always use ReleaseTupleDesc after lookup_rowtype_tupdesc et al. 4 years ago
Tom Lane 2a712066d0 Remove pg_dump's --no-synchronized-snapshots switch. 4 years ago
Peter Eisentraut bf9a55c107 pg_checksums: Fix data type 4 years ago
Amit Kapila 22bd3cbe0c Improve parallel vacuum implementation. 4 years ago
Michael Paquier 7acd01015c Adjust behavior of some env settings for the TAP tests of MSVC 4 years ago
Tom Lane e469f0aaf3 Remove pg_upgrade support for upgrading from pre-9.2 servers. 4 years ago
Tom Lane 30e7c175b8 Remove pg_dump/pg_dumpall support for dumping from pre-9.2 servers. 4 years ago
Tom Lane a2ff18e89f Improve sift up/down code in binaryheap.c and logtape.c. 4 years ago
Tom Lane 2de3c1015c Fix datatype confusion in logtape.c's right_offset(). 4 years ago
Michael Paquier ece8c76192 Remove assertion for replication origins in PREPARE TRANSACTION 4 years ago
Tom Lane 189699dd36 Remove unimplemented/undocumented geometric functions & operators. 4 years ago
Tom Lane 922b23c13b Doc: de-document unimplemented geometric operators. 4 years ago
Tom Lane c5c192d7bd Implement poly_distance(). 4 years ago
Andres Freund 3f32395612 isolationtester: append session name to application_name. 4 years ago
Andres Freund 45f52709d8 Make PG_TEST_USE_UNIX_SOCKETS work for tap tests on windows. 4 years ago
Robert Haas fa0e03c15a Remove InitXLOGAccess(). 4 years ago
Robert Haas 64da07c41a Default to log_checkpoints=on, log_autovacuum_min_duration=10m 4 years ago
Alexander Korotkov 5cc9c83740 Fix alignment in multirange_get_range() function 4 years ago
Michael Paquier c8b733c4c4 Improve description of some WAL records with transaction commands 4 years ago
Tom Lane 07eee5a0dc Create a new type category for "internal use" types. 4 years ago