users/rhaas/postgres.git
2022-05-10 Peter EisentrautFormatting and punctuation improvements in sample confi...
2022-05-10 Peter EisentrautRemove some tabs in SQL code in C string literals
2022-05-10 Peter Eisentrautdoc: Update SQL keywords for SQL:2016 technical corrigenda
2022-05-10 Bruce Momjianrelnotes: "training" -> "trailing"
2022-05-10 Bruce Momjiandoc: first draft of PG 15 release notes
2022-05-10 Michael PaquierFix several issues with the TAP tests of pg_upgrade
2022-05-09 Tom LaneFix core dump in transformValuesClause when there are...
2022-05-09 Tom LaneRevert "Disallow infinite endpoints in generate_series...
2022-05-09 Noah MischIn REFRESH MATERIALIZED VIEW, set user ID before runnin...
2022-05-09 Noah MischMake relation-enumerating operations be security-restri...
2022-05-09 Peter EisentrautAdd missing source files to nls.mk
2022-05-08 Michael PaquierFix control file update done in restartpoints still...
2022-05-08 Thomas MunroFix race in 032_relfilenode_reuse.pl.
2022-05-07 Noah MischUnder has_wal_read_bug, skip contrib/bloom/t/001_wal.pl.
2022-05-07 Thomas MunroFix old-fd issues using global barriers everywhere.
2022-05-07 Thomas MunroRethink PROCSIGNAL_BARRIER_SMGRRELEASE.
2022-05-06 Robert HaasFix misleading comments about background worker registr...
2022-05-06 Daniel Gustafssonpgcrypto: remove questionmark from error message
2022-05-06 Daniel Gustafssonpgcrypto: report init errors as PXE_CIPHER_INIT
2022-05-06 Daniel GustafssonClear the OpenSSL error queue before cryptohash operations
2022-05-06 Michael PaquierFix typo in origin.c
2022-05-06 Peter EisentrautUpdate SQL features
2022-05-06 Peter EisentrautFix some whitespace in documentation markup
2022-05-06 Peter Eisentrautdoc: Fix typos
2022-05-05 Tom LaneUpdate time zone data files to tzdata release 2022a.
2022-05-04 Andres FreundFix timing issue in deadlock recovery conflict test.
2022-05-04 Tom LaneFix rowcount estimate for SubqueryScan that's under...
2022-05-04 Peter EisentrautRemove JsonPathSpec typedef
2022-05-04 Peter EisentrautAdd missing enum tag in enum used in nodes
2022-05-04 Peter EisentrautSimplify configure test
2022-05-04 Daniel GustafssonRename libpq test programs with libpq_ prefix
2022-05-04 Peter EisentrautFix incorrect format placeholders
2022-05-03 Andres FreundFix possibility of self-deadlock in ResolveRecoveryConf...
2022-05-03 Andres FreundAdd tests for recovery deadlock conflicts.
2022-05-02 Michael Paquierbasebackup_to_shell: Add missing MarkGUCPrefixReserved()
2022-05-02 Etsuro FujitaFix typo in comment.
2022-04-30 Jeff Davispg_walinspect: fix case where flush LSN is in the middl...
2022-04-30 Tom LaneTighten enforcement of variable CONSTANT markings in...
2022-04-29 Andrew DunstanClaim SQL standard compliance for SQL/JSON features
2022-04-28 Andrew DunstanFix JSON_OBJECTAGG uniquefying bug
2022-04-28 Etsuro FujitaDisable asynchronous execution if using gating Result...
2022-04-28 Michael PaquierRevert recent changes with durable_rename_excl()
2022-04-28 John NaylorFix SQL syntax in comment in logical/worker.c
2022-04-28 Michael PaquierRemove durable_rename_excl()
2022-04-28 Michael PaquierReplace existing durable_rename_excl() calls with durab...
2022-04-27 Peter EisentrautFix incorrect format placeholders
2022-04-27 Peter EisentrautHandle NULL fields in WRITE_INDEX_ARRAY
2022-04-26 Michael PaquierFix typo in pg_walinspect.c
2022-04-26 Michael PaquierAdd some isolation tests for CLUSTER
2022-04-25 Andrew DunstanInhibit mingw CRT's auto-globbing of command line arguments
2022-04-25 Alvaro HerreraDrop unlogged table after test is done
2022-04-25 Alvaro HerreraCover brin/gin/gist/spgist ambuildempty routines in...
2022-04-25 Alvaro HerreraAlways pfree strings returned by GetDatabasePath
2022-04-23 Tom LaneFix incautious CTE matching in rewriteSearchAndCycle().
2022-04-23 Noah MischTest ALIGNOF_DOUBLE==4 compatibility under ALIGNOF_DOUB...
2022-04-22 Robert HaasRemove some recently-added pg_dump test cases.
2022-04-22 Peter Eisentrautdoc: Add links to tables
2022-04-22 David RowleyFix performance regression in tuplesort specializations
2022-04-21 Tom LaneRemove inadequate assertion check in CTE inlining.
2022-04-21 Tom LaneFix missed cases in libpq's error handling.
2022-04-21 Tom LaneRethink method for assigning OIDs to the template0...
2022-04-21 Alvaro HerreraStandardize references to Zstandard as <productname>
2022-04-21 Alvaro HerreraCREATE PUBLICATION ref: Minor tweaks to row filters
2022-04-21 Tom LaneUse DECLARE_TOAST_WITH_MACRO() to simplify toast-table...
2022-04-21 Etsuro Fujitapostgres_fdw: Disable batch insert when BEFORE ROW...
2022-04-21 Peter Geogheganvacuumlazy.c: MultiXactIds are MXIDs, not XMIDs.
2022-04-21 Peter GeogheganFix CLUSTER tuplesorts on abbreviated expressions.
2022-04-20 Tom LaneDisallow infinite endpoints in generate_series() for...
2022-04-20 Robert HaasAllow db.schema.table patterns, but complain about...
2022-04-20 Tom LaneRemove trailing whitespace from *.sgml files.
2022-04-20 Peter EisentrautFix incorrect format placeholders
2022-04-20 Alvaro Herreraset_deparse_plan: Reuse variable to appease Coverity
2022-04-20 Alvaro HerreraMove ModifyTableContext->lockmode to UpdateContext
2022-04-20 Alvaro HerreraExecModifyTable: use context.planSlot instead of planSlot
2022-04-20 Amit KapilaStabilize streaming tests in test_decoding.
2022-04-20 David RowleyDoc: use "an SQL" consistently rather than "a SQL"
2022-04-20 Tom LaneFix breakage in AlterFunction().
2022-04-20 Michael PaquierRemove duplicated word in comment of basebackup.c
2022-04-19 Peter EisentrautFix extract epoch from interval calculation
2022-04-19 Tatsuo IshiiFix aggregate logging of pgbench.
2022-04-19 Amit KapilaFix the check to limit sync workers.
2022-04-19 Tom LaneAdd missing error handling in pg_md5_hash().
2022-04-18 Tom LaneAvoid invalid array reference in transformAlterTableStmt().
2022-04-18 Michael PaquierFix second race condition in 002_archiving.pl with...
2022-04-18 Amit KapilaAdd additional documentation for row filters.
2022-04-18 Michael PaquierFix race in TAP test 002_archiving.pl when restoring...
2022-04-18 Michael PaquierHandle compression level in pg_receivewal for LZ4
2022-04-17 Noah MischAdd a temp-install prerequisite to src/interfaces/ecpg...
2022-04-16 Thomas MunroDon't retry restore_command while reading ahead.
2022-04-16 Andres Freundpgstat: Use correct lock level in pgstat_drop_all_entri...
2022-04-16 Tom LaneFix incorrect logic in HaveRegisteredOrActiveSnapshot().
2022-04-16 Andrew DunstanBuild libpq test programs under MSVC
2022-04-16 Peter EisentrautFix some trailing whitespace in documentation files
2022-04-16 Noah MischUse standard timeout, in 010_pg_basebackup.pl.
2022-04-15 Peter GeogheganFix multi-table VACUUM VERBOSE accounting.
2022-04-15 Tom Lanepsql: fix \l display for pre-v15 databases.
2022-04-15 Tom LaneTighten ComputeXidHorizons' handling of walsenders.
2022-04-15 Peter GeogheganVACUUM VERBOSE: Show dead items for an empty table.
2022-04-15 Peter GeogheganAdjust VACUUM's removable cutoff log message.
2022-04-15 Tom LaneRevert "Temporarily add some probes of tenk1's relallvi...
next