postgresql.git
2021-12-21 Tom LaneAdd missing EmitWarningsOnPlaceholders() calls.
2021-12-20 Tom LaneMerge dblink's paths test script into its main test.
2021-12-20 Tom LaneRemove dynamic translation of regression test scripts...
2021-12-20 Tom LaneRemove dynamic translation of regression test scripts...
2021-12-20 Tom LaneAdd a \getenv command to psql.
2021-12-20 John NaylorAdd fast path for validating UTF-8 text
2021-12-20 Peter Eisentrautpg_dump: Refactor getIndexes()
2021-12-20 Peter Eisentrautdoc: More documentation on regular expressions and...
2021-12-19 Tom LaneRemove some more dead code in pg_dump.
2021-12-18 Michael PaquierFix typo in TAP tests of pg_receivewal
2021-12-18 Michael PaquierAdd option -N/--no-sync to pg_upgrade
2021-12-17 Tom LaneFix the public schema's permissions in a separate test...
2021-12-17 Peter EisentrautSimplify the general-purpose 64-bit integer parsing...
2021-12-16 Tom LaneEnsure casting to typmod -1 generates a RelabelType.
2021-12-16 Tom LaneRemove psql support for server versions preceding 9.2.
2021-12-16 Tom LaneClean up some more freshly-dead code in pg_dump and...
2021-12-16 Fujii Masaodoc: Add note about postgres_fdw.application_name.
2021-12-16 Thomas MunroChange ProcSendSignal() to take pgprocno.
2021-12-15 Tom LaneAlways use ReleaseTupleDesc after lookup_rowtype_tupdes...
2021-12-15 Tom LaneRemove pg_dump's --no-synchronized-snapshots switch.
2021-12-15 Peter Eisentrautpg_checksums: Fix data type
2021-12-15 Amit KapilaImprove parallel vacuum implementation.
2021-12-15 Michael PaquierAdjust behavior of some env settings for the TAP tests...
2021-12-15 Tom LaneRemove pg_upgrade support for upgrading from pre-9...
2021-12-14 Tom LaneRemove pg_dump/pg_dumpall support for dumping from...
2021-12-14 Tom LaneImprove sift up/down code in binaryheap.c and logtape.c.
2021-12-14 Tom LaneFix datatype confusion in logtape.c's right_offset().
2021-12-14 Michael PaquierRemove assertion for replication origins in PREPARE...
2021-12-13 Tom LaneRemove unimplemented/undocumented geometric functions...
2021-12-13 Tom LaneDoc: de-document unimplemented geometric operators.
2021-12-13 Tom LaneImplement poly_distance().
2021-12-13 Andres Freundisolationtester: append session name to application_name.
2021-12-13 Andres FreundMake PG_TEST_USE_UNIX_SOCKETS work for tap tests on...
2021-12-13 Robert HaasRemove InitXLOGAccess().
2021-12-13 Robert HaasDefault to log_checkpoints=on, log_autovacuum_min_durat...
2021-12-13 Alexander KorotkovFix alignment in multirange_get_range() function
2021-12-13 Michael PaquierImprove description of some WAL records with transactio...
2021-12-11 Tom LaneCreate a new type category for "internal use" types.
2021-12-11 Tomas VondraMove test for BRIN HOT behavior to stats.sql
2021-12-11 Tomas VondraAdd bool to btree_gist documentation
2021-12-10 Thomas MunroCheck for STATUS_DELETE_PENDING on Windows.
2021-12-09 Michael PaquierFix some typos with {a,an}
2021-12-09 Amit KapilaFix double publish of child table's data.
2021-12-09 Peter GeogheganStandardize cleanup lock terminology.
2021-12-08 Tom LaneDoc: improve xfunc-c-type-table.
2021-12-08 Andrew DunstanRevert "Check that we have a working tar before trying...
2021-12-08 Andrew DunstanCheck that we have a working tar before trying to use it
2021-12-08 Fujii Masaopostgres_fdw: Report warning when timeout expires while...
2021-12-08 Peter EisentrautAllow specifying column list for foreign key ON DELETE...
2021-12-08 Amit KapilaFix origin timestamp during decoding of ROLLBACK PREPAR...
2021-12-08 Peter Eisentrautpgrowlocks: Fix incorrect format placeholders
2021-12-08 Amit KapilaFix changing the ownership of ALL TABLES IN SCHEMA...
2021-12-08 Amit KapilaDe-duplicate the result of pg_publication_tables view.
2021-12-08 Peter Eisentrautpgcrypto: Remove explicit hex encoding/decoding from...
2021-12-08 Michael PaquierImprove parsing of options of CREATE/ALTER SUBSCRIPTION
2021-12-08 Michael PaquierFix corruption of toast indexes with REINDEX CONCURRENTLY
2021-12-07 Andrew DunstanEnable settings used in TAP tests for MSVC builds
2021-12-07 Tom LaneOn Windows, also call shutdown() while closing the...
2021-12-07 Peter EisentrautUpdate snowball
2021-12-06 Tom LaneAccount for TOAST data while scheduling parallel dumps.
2021-12-06 Tom LaneUse PREPARE/EXECUTE for repetitive per-object queries...
2021-12-06 Tom LaneAvoid per-object queries in performance-critical paths...
2021-12-06 Tom LanePostpone calls of unsafe server-side functions in pg_dump.
2021-12-06 Tom LaneRethink pg_dump's handling of object ACLs.
2021-12-06 Tom LaneRefactor pg_dump's tracking of object components to...
2021-12-06 Peter EisentrautFix inappropriate uses of PG_GETARG_UINT32()
2021-12-05 Andrew DunstanSilence perl complaint in ssl test
2021-12-03 Daniel GustafssonDoc: Fix misleading wording of CRL parameters
2021-12-03 Peter EisentrautSome RELKIND macro refactoring
2021-12-03 Daniel GustafssonFix path delimiters in connection string on Windows
2021-12-03 Fujii Masaopostgres_fdw: Fix unexpected reporting of empty message.
2021-12-03 Michael PaquierImprove the description of various GUCs
2021-12-02 Tom LaneOn Windows, close the client socket explicitly during...
2021-12-02 Tom LaneAdd configure probe for rl_variable_bind().
2021-12-02 Peter Eisentrautpg_dump: Add missing relkind case
2021-12-02 Michael Paquierpg_waldump: Emit stats summary when interrupted by...
2021-12-02 Michael PaquierMove into separate file all the SQL queries used in...
2021-12-01 Tom LaneAvoid leaking memory during large-scale REASSIGN OWNED...
2021-12-01 Tom Lanepsql: initialize comment-begin setting to a useful...
2021-12-01 Tom Lanepsql: treat "--" comments between queries as separate...
2021-12-01 Tom Lanepsql: include intra-query "--" comments in what's sent...
2021-12-01 Peter EisentrautRemove unused includes
2021-12-01 Peter EisentrautImprove some comments in scanner files
2021-12-01 Peter EisentrautWarning on SET of nonexisting setting with a prefix...
2021-12-01 Daniel GustafssonFix certificate paths to use perl2host
2021-12-01 Robert HaasDocument that tar archives are now properly terminated.
2021-12-01 Daniel GustafssonRemove mention of TimeLineID update from comments
2021-12-01 Michael PaquierFix comment grammar in slotfuncs.c
2021-12-01 Peter Eisentrautdoc: Some additional information about when to use...
2021-12-01 Amit KapilaFix regression test failure caused by commit 8d74fc96db.
2021-12-01 Amit KapilaDoc: Add "Attach Partition" limitation during logical...
2021-12-01 Michael PaquierImprove psql tab completion for various DROP commands
2021-11-30 Daniel GustafssonExtend the private key stat checking error handling
2021-11-30 Tom LaneCope with cross-compiling when checking for a random...
2021-11-30 Peter Geogheganvacuumlazy.c: fix remaining "dead tuple" references.
2021-11-30 Tomas VondraIgnore BRIN indexes when checking for HOT udpates
2021-11-30 Alvaro HerreraIncrease size of shared memory for pg_commit_ts
2021-11-30 Daniel GustafssonDisable unused-variable warning C4101 in MSVC
2021-11-30 Daniel GustafssonRemove PF_USED_FOR_ASSERTS_ONLY from variables in gener...
2021-11-30 Daniel GustafssonUse test-specific temp path for keys during SSL test
next