users/rhaas/postgres.git
2022-05-29 Thomas MunroDoc: Document pg_stat_recovery_prefetch.stats_reset.
2022-05-28 Andres FreundAlign stats_fetch_consistency definition with guc.c...
2022-05-28 Michael PaquierRevert "Add single-item cache when looking at topmost...
2022-05-28 Michael PaquierHandle NULL for short descriptions of custom GUC variables
2022-05-26 David RowleyTeach remove_unused_subquery_outputs about window run...
2022-05-26 Tom LaneRemove misguided SSL key file ownership check in libpq.
2022-05-26 Robert HaasIn CREATE FOREIGN TABLE syntax synopsis, fix partitioni...
2022-05-26 Tom LaneAvoid ERRCODE_INTERNAL_ERROR in oracle_compat.c functions.
2022-05-26 Bruce Momjianrelnotes: update ordered partition scan item
2022-05-25 Michael PaquierAdd tab completion for table_rewrite's CREATE EVENT...
2022-05-25 Andres FreundFix stats_fetch_consistency default value indicated...
2022-05-24 Bruce Momjianrelnotes: add Heikki to UTF8 item
2022-05-24 Michael PaquierRemove duplicated words in comments of pgstat.c and...
2022-05-23 Peter Eisentrautdoc: Improve COPY synopsis
2022-05-23 Peter Eisentrautpg_upgrade: Tweak translatable strings
2022-05-23 Peter Eisentrautdoc: Add documentation for pg_database.datlocprovider...
2022-05-23 Peter Eisentrautpsql: Update \timing also in case of an error
2022-05-23 John NaylorRemove debug messages from tuplesort_sort_memtuples()
2022-05-22 Andres Freundpgstat: fix stats.spec instability on slow machines.
2022-05-21 Tom LaneShow 'AS "?column?"' explicitly when it's important.
2022-05-21 Tom LaneRemove unused-and-misspelled function extern declaration.
2022-05-21 Tom LaneAvoid overflow hazard when clamping group counts to...
2022-05-21 Michael Paquierdoc: Mention pg_read_all_stats in description of track_...
2022-05-21 Michael Paquierdoc: Fix description of the JIT time fields in pg_stat_...
2022-05-21 Michael PaquierImprove and fix some issues in the TAP tests of pg_upgrade
2022-05-20 Tom LaneRemove portability hazard in unsafe_tests/sql/guc_privs...
2022-05-20 Alvaro HerreraFix DDL deparse of CREATE OPERATOR CLASS
2022-05-20 Michael PaquierAdd pg_version() to PostgreSQL::Test::Cluster
2022-05-20 Alvaro Herreradoc: Explain 'invalid' index state for CREATE INDEX...
2022-05-20 Peter Eisentrautpg_waldump: Improve option parsing error messages
2022-05-19 Tom LaneDoc: clarify location of libpq's default service file...
2022-05-19 Alvaro HerreraRepurpose PROC_COPYABLE_FLAGS as PROC_XMIN_FLAGS
2022-05-19 Andrew DunstanRework SQL/JSON documentation
2022-05-19 Peter Eisentrautdoc: Properly punctuate "etc."
2022-05-19 David RowleyFix incorrect comments for Memoize struct
2022-05-19 Amit KapilaExtend pg_publication_tables to display column list...
2022-05-18 Alvaro HerreraUpdate xml_1.out and xml_2.out
2022-05-18 Alvaro HerreraFix EXPLAIN MERGE output when no tuples are processed
2022-05-18 Alvaro HerreraCheck column list length in XMLTABLE/JSON_TABLE alias
2022-05-18 Alvaro HerreraMake EXPLAIN MERGE output format more compact
2022-05-18 Peter EisentrautFix markup in synopsis
2022-05-18 Michael Paquierpgbench: Restore compatibility of --partitions=0
2022-05-18 Michael PaquierFix typo in walreceiver.c
2022-05-16 Tom LaneStamp 15beta1.
2022-05-16 Bruce Momjianrelnotes: improve updated UTF8 item wording
2022-05-16 Bruce Momjianrelnotes: improve UTF8 text item in relation to ASCII
2022-05-16 Peter EisentrautTranslation updates
2022-05-16 Peter Eisentrautpg_upgrade: Add missing gettext triggers
2022-05-16 Peter Eisentrautpg_upgrade: Add missing gettext triggers
2022-05-16 David RowleyFix incorrect row estimates used for Memoize costing
2022-05-14 Alvaro HerreraAdd link to HBA docs in initdb --auth documentation
2022-05-14 Alvaro HerreraAdd link to initdb in pg_hba.conf docs
2022-05-13 Thomas MunroFix slow animal timeouts in 032_relfilenode_reuse.pl.
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...
next