users/rhaas/postgres.git
2022-05-13 Michael PaquierFix comment in pg_proc.c
2022-05-13 Alvaro HerreraClean up newlines following left parentheses
2022-05-13 Bruce Momjianrelnotes: add null logical replication item
2022-05-13 Tom LaneRename JsonIsPredicate.value_type, fix JSON backend...
2022-05-13 Peter EisentrautIndent protocol.sgml
2022-05-13 Robert HaasAdd a new shmem_request_hook hook.
2022-05-13 Etsuro FujitaDoc: Improve description of the "parallel_commit" optio...
2022-05-13 Peter EisentrautIndent C code in flex and bison files
2022-05-13 Andres FreundDon't report stats in LogicalRepApplyLoop() when in...
2022-05-13 Michael PaquierRemove PGDLLIMPORT marker from __pg_log_level
2022-05-12 Andres FreundRemove function declaration for function in pg_proc.
2022-05-12 Andres FreundAdd missing binary_upgrade.h includes.
2022-05-12 Andres FreundAdd 'static' to file-local variables missing it.
2022-05-12 Andres FreundAdd missing 'extern' to function prototypes.
2022-05-12 Tom LaneDo pre-release housekeeping on catalog data.
2022-05-12 Tom LaneAdd 23e7b38bf to git-blame-ignore-revs.
2022-05-12 Tom LanePre-beta mechanical code beautification.
2022-05-12 Tom Lanelibpq: drop pending pipelined commands in pqDropConnect...
2022-05-12 Andres FreundMark a few 'bbsink' related functions / variables static.
2022-05-12 Tom LaneMake pull_var_clause() handle GroupingFuncs exactly...
2022-05-12 Bruce Momjianrelnotes: adjust several logical replication items...
2022-05-12 Etsuro Fujitapostgres_fdw: Update comments in make_new_connection().
2022-05-12 Michael PaquierAdd some missing PGDLLIMPORT markings
2022-05-12 Bruce Momjianrelnotes: mention non-exclusive backup mode was deprecated
2022-05-12 John NaylorUse correct datum macros in more tuplesort specializati...
2022-05-12 Bruce Momjianrelnotes: add author to in-memory sorts item
2022-05-12 Bruce Momjianrelnotes: update for non-exclusive backup mode removal
2022-05-12 Bruce Momjianrelnote: improve sorting entries
2022-05-11 Robert HaasRemove non-functional code for unloading loadable modules.
2022-05-11 Bruce Momjianrelnotes: adjustments from Álvaro Herrera
2022-05-11 Bruce Momjianrelnotes: update foreign key partition and add sort...
2022-05-11 Michael PaquierFix typos and grammar in code and test comments
2022-05-11 Thomas MunroAdd logging for excessive ProcSignalBarrier waits.
2022-05-11 Amit KapilaFix the logical replication timeout during large transa...
2022-05-11 Michael PaquierSilence extra logging when using "postgres -C" on runti...
2022-05-11 Peter EisentrautAdd missing source files to nls.mk
2022-05-11 Bruce Momjianrelnotes: more adjustments
2022-05-11 Bruce Momjianrelnotes: logical replication permissions checked...
2022-05-11 Bruce Momjianrelnotes: adjustments
2022-05-11 Michael PaquierImprove setup of environment values for commands in...
2022-05-10 David RowleyFix some incorrect preprocessor tests in tuplesort...
2022-05-10 Tom Laneconfigure: don't probe for libldap_r if libldap is...
2022-05-10 Bruce Momjianrelnotes: adjust sections for various items
2022-05-10 Bruce Momjianrelnote: add ARM64 spinlock item
2022-05-10 Bruce Momjianrelnotes: remove sequence replication and update ...
2022-05-10 Bruce Momjianrelnote: extensive updates
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().
next