summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2021-12-11Move test for BRIN HOT behavior to stats.sqlTomas Vondra
2021-12-11Add bool to btree_gist documentationTomas Vondra
2021-12-10Check for STATUS_DELETE_PENDING on Windows.Thomas Munro
2021-12-09Fix some typos with {a,an}Michael Paquier
2021-12-09Fix double publish of child table's data.Amit Kapila
2021-12-09Standardize cleanup lock terminology.Peter Geoghegan
2021-12-08Doc: improve xfunc-c-type-table.Tom Lane
2021-12-08Revert "Check that we have a working tar before trying to use it"Andrew Dunstan
2021-12-08Check that we have a working tar before trying to use itAndrew Dunstan
2021-12-08postgres_fdw: Report warning when timeout expires while getting query result.Fujii Masao
2021-12-08Allow specifying column list for foreign key ON DELETE SET actionsPeter Eisentraut
2021-12-08Fix origin timestamp during decoding of ROLLBACK PREPARED operation.Amit Kapila