users/rhaas/postgres.git
2020-09-04 Bruce MomjianC comment: correct use of 64-"byte" cache line size
2020-09-04 Tom LaneFix rare deadlock failure in create_am regression test.
2020-09-04 Peter Eisentrautdoc: Change table alias names to lower case in tutorial...
2020-09-04 Peter Eisentrautdoc: Fix whitespace issue in PDF
2020-09-04 Peter Eisentrautdoc: Use tags consistently in the tutorial chapter
2020-09-04 Peter EisentrautRemove unused parameter
2020-09-04 Amit KapilaFix inline marking introduced in commit 464824323e.
2020-09-04 Bruce Momjianremove redundant initializations
2020-09-04 Michael PaquierRemove variable "concurrent" from ReindexStmt
2020-09-04 Tom LaneRemove arbitrary restrictions on password length.
2020-09-03 Tom LaneAvoid lockup of a parallel worker when reporting a...
2020-09-03 Tom LaneAllow records to span multiple lines in pg_hba.conf...
2020-09-03 Tom LaneDoc: mention packager-supplied tools for server start...
2020-09-03 Peter Eisentrautdoc: Make SQL command names in the catalog documentatio...
2020-09-03 Peter Eisentrautdoc: Add missing cross-links in system catalog document...
2020-09-03 Peter EisentrautFix XML id to match containing page
2020-09-03 Amit KapilaAdd support for streaming to built-in logical replication.
2020-09-02 Tom LaneAdd string_to_table() function.
2020-09-02 Peter EisentrautRemove unused parameter
2020-09-02 Michael PaquierAdd access method names to \d[i|m|t]+ in psql
2020-09-02 Michael PaquierFix thinko with definition of REINDEXOPT_MISSING_OK
2020-09-02 Fujii MasaoAvoid unnecessary acquisition of SyncRepLock in transac...
2020-09-02 Alvaro HerreraFix typo in comment
2020-09-02 Michael PaquierImprove handling of dropped relations for REINDEX DATAB...
2020-09-01 Tom LaneImprove test coverage of ginvacuum.c.
2020-09-01 Tom LaneSet cutoff xmin more aggressively when vacuuming a...
2020-09-01 Bruce Momjiandoc: clarify that max_wal_size is "during" checkpoints
2020-09-01 Alvaro HerreraRaise error on concurrent drop of partitioned index
2020-09-01 Tom LaneTeach libpq to handle arbitrary-length lines in .pgpass...
2020-09-01 Amit KapilaFix the SharedFileSetUnregister API.
2020-08-31 Bruce Momjiandoc: document how the backup manifest is transferred
2020-08-31 Bruce Momjiandoc: add commas after 'i.e.' and 'e.g.'
2020-08-31 Bruce Momjianpg_upgrade doc: mention saving postgresql.conf.auto...
2020-08-31 Alvaro Herreradoc: Update partitioning limitation on BEFORE triggers
2020-08-31 Bruce Momjiandocs: in mapping SQL to C data types, timestamp isn...
2020-08-31 Bruce Momjiandoc: cross-link file-fdw and CSV config log sections
2020-08-31 Bruce Momjiandocs: clarify intermediate certificate creation instru...
2020-08-31 Bruce Momjiandocs: replace "stable storage" with "durable" in descr...
2020-08-31 Bruce MomjianC comment: remove mention of use of t_hoff WAL structu...
2020-08-31 Bruce Momjiandoc: improve description of subscripting of arrays
2020-08-31 Bruce Momjiandocs: improve 'capitals' inheritance example
2020-08-31 Bruce Momjiandoc: clarify the useful features of procedures
2020-08-31 Magnus HaganderFix docs bug stating file_fdw requires absolute paths
2020-08-30 Tom LaneMark factorial operator, and postfix operators in gener...
2020-08-30 Tom LaneRedefine pg_class.reltuples to be -1 before the first...
2020-08-30 Michael PaquierReset indisreplident for an invalid index in DROP INDEX...
2020-08-28 Michael Paquierdoc: Rework tables for built-in operator classes of...
2020-08-28 Peter Eisentrautdoc: Update cracklib URL
2020-08-28 Peter Eisentrautpasswordcheck: Log cracklib diagnostics
2020-08-27 Tom LaneFix code for re-finding scan position in a multicolumn...
2020-08-27 Michael PaquierFix comment in procarray.c
2020-08-26 Tom LaneSuppress compiler warning in non-cassert builds.
2020-08-26 Michael PaquierAdd regression tests for REPLICA IDENTITY with dropped...
2020-08-26 Amit KapilaAdd additional information in the vacuum error context.
2020-08-26 Amit KapilaExtend the BufFile interface.
2020-08-26 Fujii MasaoAdd regression test for pg_backend_memory_contexts.
2020-08-26 Fujii MasaoMove codes for pg_backend_memory_contexts from mmgr...
2020-08-26 Fujii MasaoPrevent non-superusers from reading pg_backend_memory_c...
2020-08-25 David RowleyFixup some misusages of bms_num_members()
2020-08-25 Bruce Momjiandocs: client certificates are always sent to the server
2020-08-25 Peter Eisentrautdoc: Fix up title case
2020-08-24 Michael Paquierdoc: Fix some markups for support functions of index AMs
2020-08-24 Amit KapilaImprove the vacuum error context phase information.
2020-08-22 Tom LaneAvoid pushing quals down into sub-queries that have...
2020-08-22 Tom LaneFix ALTER TABLE's scheduling rules for AT_AddConstraint...
2020-08-22 Michael Paquierdoc: Fix format, incorrect structure names and markup...
2020-08-22 Bruce Momjiandocs: improve description of how to handle multiple...
2020-08-21 Bruce Momjiandocs: add COMMENT examples for new features, rename...
2020-08-21 Tom LaneFix handling of CREATE TABLE LIKE with inheritance.
2020-08-21 Fujii MasaoFix explain regression test failure.
2020-08-21 Fujii MasaoRework EXPLAIN for planner's buffer usage.
2020-08-21 Fujii MasaoFix typos in comments.
2020-08-20 David RowleyFix a few typos in JIT comments and README
2020-08-20 Andres FreundRevert "Make vacuum a bit more verbose to debug BF...
2020-08-20 Alvaro HerreraRevise REINDEX CONCURRENTLY recovery instructions
2020-08-20 Andres FreundAcquire ProcArrayLock exclusively in ProcArrayClearTran...
2020-08-19 Tom LaneSuppress unnecessary RelabelType nodes in yet more...
2020-08-19 Fujii MasaoAdd pg_backend_memory_contexts system view.
2020-08-18 Andres FreundFix race condition in snapshot caching when 2PC is...
2020-08-18 Heikki LinnakangasAvoid non-constant format string argument to fprintf().
2020-08-18 Andres Freundsnapshot scalability: cache snapshots using a xact...
2020-08-18 Michael PaquierFix use-after-release issue in PL/Sample
2020-08-18 Michael PaquierAdd PL/Sample to src/test/modules/
2020-08-17 Alvaro HerreraDisable autovacuum for BRIN test table
2020-08-17 Tom LaneDoc: fix description of UNION/CASE/etc type unification.
2020-08-17 Heikki LinnakangasMark commit and abort WAL records with XLR_SPECIAL_REL_...
2020-08-17 Heikki LinnakangasMake xact.h usable in frontend.
2020-08-17 Heikki LinnakangasFix printing last progress report line in client programs.
2020-08-17 Michael Paquierdoc: Fix description about bgwriter and checkpoint...
2020-08-16 Andres FreundFix use of wrong index in ComputeXidHorizons().
2020-08-16 Andres FreundMake vacuum a bit more verbose to debug BF failure.
2020-08-16 Noah MischCorrect several behavior descriptions in comments.
2020-08-15 Tom LaneDoc: various improvements for pg_basebackup reference...
2020-08-15 Noah MischPrevent concurrent SimpleLruTruncate() for any given...
2020-08-15 Tom LaneRemove no-longer-usable hstore--1.0--1.1.sql update...
2020-08-15 Peter EisentrautRemove obsolete cygwin.h hack
2020-08-15 Peter EisentrautRemove obsolete HAVE_BUGGY_SOLARIS_STRTOD
2020-08-15 Amit KapilaMark a few logical decoding related variables with...
2020-08-15 Tom LaneBe more careful about the shape of hashable subplan...
2020-08-14 Andres Freundsnapshot scalability: Move subxact info to ProcGlobal...
next