users/rhaas/postgres.git
2022-06-25 Thomas MunroDon't trust signalfd() on illumos.
2022-06-25 Noah MischCREATE INDEX: use the original userid for more ACL...
2022-06-25 Noah MischUse --no-unlogged-table-data in t/027_stream_regress.pl.
2022-06-24 Peter EisentrautRemove unportable test
2022-06-24 Amit KapilaFix intermetent test failure in 028_row_filter.pl.
2022-06-24 Amit KapilaDoc: clarify that tablesync ignores publish operation.
2022-06-23 Peter EisentrautFix missing newline at end of message
2022-06-23 Michael PaquierFix typo in pg_publication.c
2022-06-23 Peter EisentrautPL/Tcl: Don't link with -lc explicitly
2022-06-23 Amit KapilaFix memory leak due to LogicalRepRelMapEntry.attrmap.
2022-06-23 Michael PaquierFix two issues with HEADER MATCH in COPY
2022-06-22 Andres Freundpgstat: Mention pgstat_replslot.c in pgstat.c.
2022-06-22 Bruce Momjiandoc: improve wording of plpgsql RAISE format text
2022-06-22 Bruce Momjiandoc: clarify wording about phantom reads
2022-06-22 Robert Haasamcheck: Fix incorrect use of VARATT_IS_COMPRESSED.
2022-06-22 Peter Eisentrautdoc: Clean up title case use
2022-06-21 Tom LaneSimplify tab completion of extension versions.
2022-06-21 Amit KapilaFix stale values in partition map entries on subscribers.
2022-06-21 Peter Eisentrautdoc: Make some synopsis punctuation consistent
2022-06-21 Amit KapilaFix partition table's REPLICA IDENTITY checking on...
2022-06-20 Peter EisentrautFix file references inside some SGML comments
2022-06-19 Bruce Momjianrelnotes: simplify wording of pg_basebackup compressio...
2022-06-19 Peter EisentrautMessage and documentation refinements
2022-06-18 Tom LaneFix busted tab completion of extension versions.
2022-06-17 Michael Paquierdoc: Do s/int/integer/ to describe the type of some...
2022-06-16 Tomas VondraRevert changes in HOT handling of BRIN indexes
2022-06-16 Michael PaquierFix comment in regression tests for large objects
2022-06-16 Amit KapilaFix data inconsistency between publisher and subscriber.
2022-06-15 Alvaro HerreraLink to MVCC docs in MERGE docs
2022-06-15 Michael PaquierRe-add locally-generated files in pg_upgrade's .gitigno...
2022-06-15 Amit KapilaFix cache look-up failures while applying changes in...
2022-06-15 Michael PaquierTweak behavior of psql --single-transaction depending...
2022-06-14 Tom LaneAvoid ecpglib core dump with out-of-order operations.
2022-06-14 Tom LaneDoc: clarify the default collation behavior of domains.
2022-06-13 Tom Lanepg_upgrade: further tweaking of make_outputdirs().
2022-06-12 Andrew DunstanMake subscription tests pass with log_error_verbosity...
2022-06-11 Bruce Momjianrelnotes: update word wrapping
2022-06-11 Bruce Momjianrelnotes: update AS OF date
2022-06-11 Bruce Momjianrelnotes: add links to the release notes, indent,...
2022-06-10 Bruce Momjianrelnotes: add markup of text
2022-06-10 Tom LaneUn-break whole-row Vars referencing domain-over-composi...
2022-06-10 Peter EisentrautFix collation of JSON_TABLE output columns
2022-06-09 Etsuro FujitaImprove comments for trivial_subqueryscan().
2022-06-09 Peter Eisentrautpsql: Show notices immediately (again)
2022-06-08 Tom LaneBe more careful about GucSource for internally-driven...
2022-06-08 Tom LaneDoc: copy-edit "jsonb Indexing" section.
2022-06-08 Peter EisentrautPut option listing back into alphabetical order
2022-06-08 Michael PaquierFix portability issue in TAP tests of psql for locales
2022-06-08 Michael PaquierRestructure pg_upgrade output directories for better...
2022-06-08 David RowleyHarden Memoization code against broken data types
2022-06-07 Tom LaneFix off-by-one loop termination condition in pg_stat_ge...
2022-06-06 Tom LaneDon't fail on libpq-generated error reports in pg_amcheck.
2022-06-06 Tom LaneDon't fail on libpq-generated error reports in ecpg_rai...
2022-06-06 Michael PaquierFix psql's single transaction mode on client-side error...
2022-06-04 Tom LaneAutomatically count the number of output lines in psql...
2022-06-04 Michael PaquierForce run of pg_upgrade in the build directory in its...
2022-06-03 Tom LaneImprove psql \?'s description of large-object-related...
2022-06-03 Tom LaneDoc: improve example for intarray's uniq() function.
2022-06-03 Tom LaneDoc: fix incorrect bit-reversal in example of macaddr...
2022-06-03 Michael PaquierRun tests of libpq on installcheck-world, checkprep...
2022-06-02 Etsuro FujitaDoc: Further fix CREATE FOREIGN TABLE synopsis.
2022-06-02 Amit KapilaProhibit combining publications with different column...
2022-06-02 Michael PaquierAdd missing test names in TAP tests of pg_upgrade
2022-06-01 Tom LaneSilence compiler warnings from some older compilers.
2022-06-01 Tom LaneFix pl/perl test case so it will still work under Perl...
2022-06-01 Tom LaneDoc: fix a couple of erroneous examples.
2022-06-01 David RowleyDoc: mention limitation of the number of resultset...
2022-05-31 Magnus HaganderRecommend scram-sha-256 instead of md5 authentication...
2022-05-31 Alvaro HerreraRevert changes to CONCURRENTLY that "sped up" Xmin...
2022-05-31 Tom LaneEnsure ParseTzFile() closes the input file after failing.
2022-05-31 Tom LaneDoc: fix mention of psql's minimum supported server...
2022-05-31 Tom LaneDoc: fix mention of pg_dump's minimum supported server...
2022-05-31 Robert Haasshm_mq_sendv: Fix flushing bug when receiver not yet...
2022-05-31 Amit KapilaFix typo in hash README.
2022-05-31 Michael PaquierRemove useless tests for TRUNCATE on foreign tables
2022-05-31 Thomas MunroAdd debugging help in OwnLatch().
2022-05-30 Tom LaneMake STRING an unreserved_keyword.
2022-05-30 Peter Eisentrautlogging: Also add the command prefix to detail and...
2022-05-30 Michael Paquierdoc: Reword description of roles able to view track_act...
2022-05-29 Heikki LinnakangasFix COPY FROM when database encoding is SQL_ASCII.
2022-05-29 Tom LaneDoc: fix missing/bogus documentation of range_intersect...
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.
next