postgresql.git
2022-01-07 Fujii Masaopostgres_fdw: Add regression test for postgres_fdw...
2022-01-07 Michael PaquierAdd TAP tests for pg_basebackup with compression
2022-01-07 Michael PaquierRefactor tar method of walmethods.c to rely on the...
2022-01-06 Tom LanePrevent altering partitioned table's rowtype, if it...
2022-01-06 Tom LaneExtend psql's \lo_list/\dl to be able to print large...
2022-01-06 Michael Paquierdoc: Remove link to JSON support in the SQL specification
2022-01-05 Tom LaneOn second thought, remove regex.linux.utf8 regression...
2022-01-05 Tom LaneEnable routine running of regex.linux.utf8 regression...
2022-01-05 Alvaro HerreraCreate foreign key triggers in partitioned tables too
2022-01-05 Tom LaneEnable routine running of citext's UTF8-specific test...
2022-01-05 Michael PaquierReduce relcache access in WAL sender streaming logical...
2022-01-04 Tom LaneRemove redundant initialization of BrinMemTuple.
2022-01-04 Alvaro HerreraFix silly mistake in Assert
2022-01-04 Alvaro HerreraAllow special SKIP LOCKED condition in Assert()
2022-01-04 Peter Eisentrautpg_dump: Refactor dumpDatabase()
2022-01-03 Tom LaneTab completion: don't offer valid constraints in VALIDA...
2022-01-03 Tom LaneHandle mixed returnable and non-returnable columns...
2022-01-03 Tom LaneFix index-only scan plans, take 2.
2022-01-03 Tom LaneClean up error messages related to bad datetime units.
2022-01-03 Tom LaneUse MaxLockMode symbol in more places.
2022-01-03 Alvaro HerreraAvoid using DefElemAction in AlterPublicationStmt
2022-01-03 Michael Paquierpg_stat_statements: Remove obsolete comment
2022-01-02 Magnus HaganderFix typo
2022-01-01 Tom LaneFix index-only scan plans when not all index columns...
2021-12-31 Tom Lanepg_dump: avoid unsafe function calls in getPolicies().
2021-12-31 Tom Lanepg_dump: minor performance improvements from eliminatin...
2021-12-31 Andres Freundci: Add continuous integration for github repositories...
2021-12-31 Tom Lanepg_dump: make dumpPublication et al. less unlike siblin...
2021-12-30 Alvaro HerreraSmall cleanups related to PUBLICATION framework code
2021-12-30 Tom LaneMinor cleanup/optimization in pg_dump.
2021-12-30 Daniel GustafssonRevert b2a459edf "Fix GRANTED BY support in REVOKE...
2021-12-30 Thomas MunroFix overly generic name in with.sql test.
2021-12-29 Tom LaneFix issues in pgarch's new directory-scanning logic.
2021-12-29 Peter EisentrautFix incorrect format placeholders
2021-12-27 Tom LaneRevert changes about warnings/errors for placeholders.
2021-12-27 Tom LaneRename EmitWarningsOnPlaceholders() to MarkGUCPrefixRes...
2021-12-27 Tom LaneRethink handling of settings with a prefix reserved...
2021-12-26 Michael PaquierFix incorrect field count in pg_control_checkpoint()
2021-12-24 Fujii Masaopostgres_fdw: Revert unstable tests for postgres_fdw...
2021-12-24 Fujii Masaopostgres_fdw: Allow postgres_fdw.application_name to...
2021-12-23 Amit KapilaFix compilation error introduced by commit 8e1fae1938.
2021-12-23 Amit KapilaMove parallel vacuum code to vacuumparallel.c.
2021-12-22 Bruce Momjiandoc: clarify when expression indexes evaluate their...
2021-12-22 Peter EisentrautRemove unused include
2021-12-22 Peter EisentrautRemove unused include
2021-12-22 Peter EisentrautFix incorrect format placeholders
2021-12-22 Michael PaquierCorrect comment and some documentation about REPLICA_ID...
2021-12-22 Peter EisentrautFix typo in code comment
2021-12-22 Michael PaquierRemove assertion for ALTER TABLE .. DETACH PARTITION...
2021-12-22 Amit KapilaMove index vacuum routines to vacuum.c.
2021-12-21 Tom LaneAdd help & tab-complete support for psql's \getenv.
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...
next