users/rhaas/postgres.git
2022-03-18 Tom LaneSpecify database encoding in new ICU test.
2022-03-18 Tom LaneDoc: remove bogus instruction to install contrib/hstore.
2022-03-18 Tom LaneRemove workarounds for avoiding [U]INT64_FORMAT in...
2022-03-18 Thomas MunroAdd circular WAL decoding buffer, take II.
2022-03-18 Michael Paquierdoc: Remove mention to in-place tablespaces for pg_tabl...
2022-03-18 Michael PaquierFix header inclusion order in pg_receivewal.c
2022-03-18 Thomas MunroDeclare aarch64 has single copy atomicity for 8 byte...
2022-03-17 Tom LaneDon't bother to attach column name lists to RowExprs...
2022-03-17 Tom LaneRevert applying column aliases to the output of whole...
2022-03-17 Robert HaasRefactor code for reading and writing relation map...
2022-03-17 Tomas VondraFix row filters with multiple publications
2022-03-17 Peter Eisentrautdoc: Add documentation for new field pg_database.daticu...
2022-03-17 Alvaro HerreraSplit ExecUpdate and ExecDelete into reusable pieces
2022-03-17 Peter EisentrautAdd option to use ICU as global locale provider
2022-03-17 Michael PaquierFix pg_tablespace_location() with in-place tablespaces
2022-03-16 Tomas VondraFix publish_as_relid with multiple publications
2022-03-16 Robert HaasSuppress compiler warnings.
2022-03-16 Daniel Gustafssondoc: Ensure intermediate path creation with mkdir
2022-03-16 Alexander KorotkovFix default signature length for gist_ltree_ops
2022-03-16 Thomas MunroFix race between DROP TABLESPACE and checkpointing.
2022-03-16 Michael Paquierpageinspect: Fix memory context allocation of page...
2022-03-16 Thomas MunroFix documentation typo in commit 5e6368b4.
2022-03-16 Thomas MunroFix waiting in RegisterSyncRequest().
2022-03-16 Michael Paquierpageinspect: Fix handling of page sizes and AM types
2022-03-16 Thomas MunroWake up for latches in CheckpointWriteDelay().
2022-03-15 Thomas MunroSilence LLVM 14 API deprecation warnings.
2022-03-15 Robert HaasRemove accidentally-committed file.
2022-03-15 Robert HaasAdd 'basebackup_to_shell' contrib module.
2022-03-15 Robert HaasAllow extensions to add new backup targets.
2022-03-15 Robert HaasChange HAVE_LIBLZ4 and HAVE_LIBZSTD tests to USE_LZ4...
2022-03-15 Amit KapilaFix compiler warning introduced in commit 705e20f855.
2022-03-15 Michael PaquierFix collection of typos in the code and the documentation
2022-03-15 Michael PaquierAdd more regression tests for pg_ls_dir()
2022-03-15 Thomas MunroFix pg_basebackup with in-place tablespaces.
2022-03-14 Robert HaasSupport "of", "tzh", and "tzm" format codes.
2022-03-14 Amit KapilaOptionally disable subscriptions on error.
2022-03-13 Tom LaneFix bogus tab-completion queries.
2022-03-13 Peter GeogheganVACUUM VERBOSE: tweak scanned_pages logic.
2022-03-12 Andres FreundForce track_io_timing off in explain.sql to avoid failu...
2022-03-12 Andres FreundSet synchronous_commit=on in test_setup.sql.
2022-03-12 Peter Geogheganvacuumlazy.c: Standardize rel_pages terminology.
2022-03-12 Peter Geogheganvacuumlazy.c: document vistest and OldestXmin.
2022-03-12 Peter GeogheganNormalize heap_prepare_freeze_tuple argument name.
2022-03-12 Michael PaquierBump XLOG_PAGE_MAGIC due to the addition of wal_compres...
2022-03-11 Alvaro HerreraAdd API of sorts for transition table handling in trigger.c
2022-03-11 Tom LaneRestore the previous semantics of get_constraint_index().
2022-03-11 Robert Haaspg_basebackup: Clean up some bogus file extension tests.
2022-03-11 Robert Haaspg_basebackup: Avoid unclean failure with server-compre...
2022-03-11 Peter EisentrautDefineCollation() code cleanup
2022-03-11 Michael Paquierdoc: Standardize capitalization of term "hot standby...
2022-03-11 Michael PaquierAdd support for zstd with compression of full-page...
2022-03-11 Michael PaquierFix header inclusion order in xloginsert.c with lz4.h
2022-03-10 Andres Freunddshash: Add sequential scan support.
2022-03-10 Peter EisentrautRe-update Unicode data to CLDR 39
2022-03-09 Andres Freundldap tests: Add paths for openbsd.
2022-03-09 Andres Freundldap tests: Don't run on unsupported operating systems.
2022-03-09 Peter EisentrautFix double declaration for check_ok() in pg_upgrade.h
2022-03-09 Peter EisentrautAdd parse_analyze_withcb()
2022-03-09 Peter Eisentrautpycodestyle (PEP 8) cleanup in Python scripts
2022-03-09 Peter Eisentrautunaccent: Remove Python 2 support from Python script
2022-03-09 Michael Paquierdoc: Add ALTER/DROP ROUTINE to the event trigger matrix
2022-03-09 Michael Paquierdoc: Improve references to term "FSM" in pageinspect...
2022-03-08 Andres Freundplpython: Restore alternative output for plpython_error...
2022-03-08 Tomas VondraStabilize test_decoding touching with sequences
2022-03-08 Andres Freundplpython: add missing plpython.h include to plpy_plpymo...
2022-03-08 Robert HaasFix LZ4 tests for remaining buffer space.
2022-03-08 Robert HaasAdd support for zstd base backup compression.
2022-03-08 Michael PaquierImprove comment in execReplication.c
2022-03-08 Amit KapilaAdd the additional information to the logical replicati...
2022-03-08 Andres Freundplpython: Adjust docs after removal of Python 2 support.
2022-03-08 Andres Freundplpython: Code cleanup related to removal of Python...
2022-03-08 Andres Freundplpython: Remove regression test infrastructure for...
2022-03-08 Andres Freundplpython: Remove plpythonu, plpython2u and associated...
2022-03-08 Michael PaquierSimplify SRFs using materialize mode in contrib/ modules
2022-03-07 Tomas VondraCall ReorderBufferProcessXid from sequence_decode
2022-03-07 Peter EisentrautAdd pg_analyze_and_rewrite_varparams()
2022-03-07 Amit KapilaMake the errcontext message in logical replication...
2022-03-07 Michael PaquierCreate routine able to set single-call SRFs for Materia...
2022-03-05 Andres Freundci: windows: Work around cirrus-ci bug causing test...
2022-03-05 Noah MischUse PG_TEST_TIMEOUT_DEFAULT for pg_regress suite non...
2022-03-05 Noah MischIntroduce PG_TEST_TIMEOUT_DEFAULT for TAP suite non...
2022-03-04 Tom LaneFix pg_regress to print the correct postmaster address...
2022-03-04 Peter EisentrautParse/analyze function renaming
2022-03-04 Peter Eisentrautpsql: Make SSL info display more compact
2022-03-04 Amit KapilaAdd some additional tests for row filters in logical...
2022-03-04 Tom LaneTighten overflow checks in tidin().
2022-03-04 Michael Paquierdoc: Fix description of pg_stop_backup()
2022-03-04 Tom LaneRemove some pointless code in block.h.
2022-03-04 Tom LaneFix bogus casting in BlockIdGetBlockNumber().
2022-03-03 Tom LaneClean up assorted failures under clang's -fsanitize...
2022-03-03 Michael PaquierFix catalog data of pg_stop_backup(), labelled v2
2022-03-02 Tom LaneDoc: update libpq.sgml for root-owned SSL private keys.
2022-03-02 Peter EisentrautAdd id's to various elements in protocol.sgml
2022-03-01 Tatsuo IshiiFix typo in pgbench messages.
2022-03-01 Michael PaquierFix check for PGHOST[ADDR] in pg_upgrade with Windows...
2022-03-01 Peter Eisentrautpsql: Additional tests
2022-03-01 Michael PaquierRework internal command generation of pg_rewind
2022-03-01 Amit KapilaReconsider pg_stat_subscription_workers view.
2022-02-28 Tom LaneHandle integer overflow in interval justification funct...
2022-02-28 Tom LaneAllow root-owned SSL private keys in libpq, not only...
next