summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-12-24postgres_fdw: Allow postgres_fdw.application_name to include escape sequences.Fujii Masao
2021-12-23Fix compilation error introduced by commit 8e1fae1938.Amit Kapila
2021-12-23Move parallel vacuum code to vacuumparallel.c.Amit Kapila
2021-12-22doc: clarify when expression indexes evaluate their expressionsBruce Momjian
2021-12-22Remove unused includePeter Eisentraut
2021-12-22Remove unused includePeter Eisentraut
2021-12-22Fix incorrect format placeholdersPeter Eisentraut
2021-12-22Correct comment and some documentation about REPLICA_IDENTITY_INDEXMichael Paquier
2021-12-22Fix typo in code commentPeter Eisentraut
2021-12-22Remove assertion for ALTER TABLE .. DETACH PARTITION CONCURRENTLYMichael Paquier
2021-12-22Move index vacuum routines to vacuum.c.Amit Kapila
2021-12-21Add help & tab-complete support for psql's \getenv.Tom Lane
2021-12-21Add missing EmitWarningsOnPlaceholders() calls.Tom Lane
2021-12-20Merge dblink's paths test script into its main test.Tom Lane
2021-12-20Remove dynamic translation of regression test scripts, step 2.Tom Lane
2021-12-20Remove dynamic translation of regression test scripts, step 1.Tom Lane
2021-12-20Add a \getenv command to psql.Tom Lane
2021-12-20Add fast path for validating UTF-8 textJohn Naylor
2021-12-20pg_dump: Refactor getIndexes()Peter Eisentraut
2021-12-20doc: More documentation on regular expressions and SQL standardPeter Eisentraut
2021-12-19Remove some more dead code in pg_dump.Tom Lane
2021-12-18Fix typo in TAP tests of pg_receivewalMichael Paquier
2021-12-18Add option -N/--no-sync to pg_upgradeMichael Paquier
2021-12-17Fix the public schema's permissions in a separate test script.Tom Lane
2021-12-17Simplify the general-purpose 64-bit integer parsing APIsPeter Eisentraut
2021-12-16Ensure casting to typmod -1 generates a RelabelType.Tom Lane
2021-12-16Remove psql support for server versions preceding 9.2.Tom Lane
2021-12-16Clean up some more freshly-dead code in pg_dump and pg_upgrade.Tom Lane
2021-12-16doc: Add note about postgres_fdw.application_name.Fujii Masao
2021-12-16Change ProcSendSignal() to take pgprocno.Thomas Munro
2021-12-15Always use ReleaseTupleDesc after lookup_rowtype_tupdesc et al.Tom Lane
2021-12-15Remove pg_dump's --no-synchronized-snapshots switch.Tom Lane
2021-12-15pg_checksums: Fix data typePeter Eisentraut
2021-12-15Improve parallel vacuum implementation.Amit Kapila
2021-12-15Adjust behavior of some env settings for the TAP tests of MSVCMichael Paquier
2021-12-15Remove pg_upgrade support for upgrading from pre-9.2 servers.Tom Lane
2021-12-14Remove pg_dump/pg_dumpall support for dumping from pre-9.2 servers.Tom Lane
2021-12-14Improve sift up/down code in binaryheap.c and logtape.c.Tom Lane
2021-12-14Fix datatype confusion in logtape.c's right_offset().Tom Lane
2021-12-14Remove assertion for replication origins in PREPARE TRANSACTIONMichael Paquier
2021-12-13Remove unimplemented/undocumented geometric functions & operators.Tom Lane
2021-12-13Doc: de-document unimplemented geometric operators.Tom Lane
2021-12-13Implement poly_distance().Tom Lane
2021-12-13isolationtester: append session name to application_name.Andres Freund
2021-12-13Make PG_TEST_USE_UNIX_SOCKETS work for tap tests on windows.Andres Freund
2021-12-13Remove InitXLOGAccess().Robert Haas
2021-12-13Default to log_checkpoints=on, log_autovacuum_min_duration=10mRobert Haas
2021-12-13Fix alignment in multirange_get_range() functionAlexander Korotkov
2021-12-13Improve description of some WAL records with transaction commandsMichael Paquier
2021-12-11Create a new type category for "internal use" types.Tom Lane