postgresql.git
2021-01-25 Robert HaasRemove CheckpointLock.
2021-01-25 Tom LaneDoc: improve documentation of pg_proc.protrftypes.
2021-01-25 Peter EisentrautRemove duplicate include
2021-01-25 David RowleyFix hypothetical bug in heap backward scans
2021-01-25 Amit KapilaFix ALTER PUBLICATION...DROP TABLE behavior.
2021-01-24 Tom LaneMake storage/standby.h compile standalone again.
2021-01-24 Tom LaneUpdate time zone data files to tzdata release 2021a.
2021-01-24 Tom LaneAdd a simple test for contrib/auto_explain.
2021-01-24 Magnus HaganderRemove make_diff set of tools
2021-01-24 Tom LaneDoc: clean up contrib/pageinspect's GIST function docum...
2021-01-24 Tomas VondraFix COPY FREEZE with CLOBBER_CACHE_ALWAYS
2021-01-23 Tom LaneDoc: update example connection-failure messages in...
2021-01-23 Tom LaneUpdate ecpg's connect-test1 for connection-failure...
2021-01-23 Michael PaquierIntroduce SHA1 implementations in the cryptohash infras...
2021-01-23 Tom LaneSuppress bison warning in ecpg grammar.
2021-01-22 Tom LaneDoc: improve directions for building on macOS.
2021-01-22 Tom LaneAvoid redundantly prefixing PQerrorMessage for a connec...
2021-01-22 Tom LaneRe-allow DISTINCT in pl/pgsql expressions.
2021-01-22 Tom LaneDoc: remove misleading claim in documentation of PQreset().
2021-01-22 Magnus HaganderRemove reference to ftp servers from documentation
2021-01-22 Peter EisentrautRemove bogus tracepoint
2021-01-22 Heikki Linnakangasdoc: Copy-edit the "Overview of PostgreSQL Internals...
2021-01-22 Michael PaquierMove SSL information callback earlier to capture more...
2021-01-21 Tom LaneImprove new wording of libpq's connection failure messages.
2021-01-21 Tom LaneFix pull_varnos' miscomputation of relids set for a...
2021-01-21 Tomas VondraFix initialization of FDW batching in ExecInitModifyTable
2021-01-21 Michael PaquierSwitch "cl /?" to "cl /help" in MSVC scripts for platfo...
2021-01-20 Tomas VondraImplement support for bulk inserts in postgres_fdw
2021-01-20 Tomas Vondrapsql \dX: list extended statistics objects
2021-01-20 Tom LaneFurther tweaking of PG_SYSROOT heuristics for macOS.
2021-01-20 Tom LaneDisable vacuum page skipping in selected test cases.
2021-01-20 Heikki LinnakangasFix bug in detecting concurrent page splits in GiST...
2021-01-20 Thomas MunroFix sample output of EXPLAIN ANALYZE.
2021-01-20 Michael PaquierAdd regression test for DROP OWNED BY with default...
2021-01-20 Michael PaquierFix ALTER DEFAULT PRIVILEGES with duplicated objects
2021-01-19 Tom LaneRemove faulty support for MergeAppend plan with WHERE...
2021-01-19 Peter Eisentrautpageinspect: Change block number arguments to bigint
2021-01-19 Fujii Masaodoc: Add note about the server name of postgres_fdw_get...
2021-01-19 Amit Kapilapgindent worker.c.
2021-01-18 Bruce Momjiandoc: adjust alignment of doc file list for "pg_waldump...
2021-01-18 Tom LaneAvoid crash with WHERE CURRENT OF and a custom scan...
2021-01-18 Tom LaneNarrow the scope of a local variable.
2021-01-18 Tom LaneAdd bytea equivalents of ltrim() and rtrim().
2021-01-18 Robert HaasAllow for error or refusal while absorbing a ProcSignal...
2021-01-18 Magnus HaganderBump PGSTAT_FILE_FORMAT_ID
2021-01-18 Heikki LinnakangasCheck for BuildIndexValueDescription returning NULL...
2021-01-18 Peter EisentrautPause recovery for insufficient parameter settings
2021-01-18 Fujii Masaopostgres_fdw: Add function to list cached connections...
2021-01-18 Michael PaquierRefactor option handling of CLUSTER, REINDEX and VACUUM
2021-01-17 Heikki Linnakangaspageinspect: Fix relcache leak in gist_page_items().
2021-01-17 Tomas VondraSet PD_ALL_VISIBLE and visibility map bits in COPY...
2021-01-17 Tom LaneAdd missing array-enlargement logic to test_regex.c.
2021-01-17 Magnus HaganderAdd documentation chapter about checksums
2021-01-17 Tomas VondraRevert "psql \dX: list extended statistics objects"
2021-01-17 Magnus HaganderAdd --no-instructions parameter to initdb
2021-01-17 Magnus HaganderAdd pg_stat_database counters for sessions and session...
2021-01-16 Tomas Vondrapsql \dX: list extended statistics objects
2021-01-16 Jeff DavisDocumenation fixups for replication protocol.
2021-01-16 Noah MischFix pg_dump for GRANT OPTION among initial privileges.
2021-01-16 Noah MischPrevent excess SimpleLruTruncate() deletion.
2021-01-16 Amit KapilaRemove unnecessary pstrdup in fetch_table_list.
2021-01-15 Tomas VondraDisallow CREATE STATISTICS on system catalogs
2021-01-15 Tom LaneImprove our heuristic for selecting PG_SYSROOT on macOS.
2021-01-15 Alvaro HerreraAvoid spurious wait in concurrent reindex
2021-01-15 Fujii MasaoFix calculation of how much shared memory is required...
2021-01-15 Michael PaquierRemove PG_SHA*_DIGEST_STRING_LENGTH from sha2.h
2021-01-15 Michael PaquierFix O(N^2) stat() calls when recycling WAL segments
2021-01-15 Fujii Masaopostgres_fdw: Save foreign server OID in connection...
2021-01-14 Tom Lanepg_dump: label PUBLICATION TABLE ArchiveEntries with...
2021-01-14 Alvaro HerreraPrevent drop of tablespaces used by partitioned relations
2021-01-14 Fujii MasaoStabilize timeline switch regression test.
2021-01-14 Fujii MasaoImprove tab-completion for CLOSE, DECLARE, FETCH and...
2021-01-14 Thomas MunroMinor header cleanup for the new iovec code.
2021-01-14 Fujii MasaoEnsure that a standby is able to follow a primary on...
2021-01-14 Michael PaquierRework refactoring of hex and encoding routines
2021-01-13 Thomas MunroMove our p{read,write}v replacements into their own...
2021-01-13 Tom LaneMark inet_server_addr() and inet_server_port() as paral...
2021-01-13 Tom LaneRun reformat-dat-files to declutter the catalog data...
2021-01-13 Tom LaneDoc, more or less: uncomment tutorial example that...
2021-01-13 Alvaro HerreraCall out vacuum considerations in create index docs
2021-01-13 Tom LaneDisallow a digit as the first character of a variable...
2021-01-13 Heikki LinnakangasFix test failure with wal_level=minimal.
2021-01-13 Tom LaneDoc: clarify behavior of back-half options in pg_dump.
2021-01-13 Peter GeogheganEnhance nbtree index tuple deletion.
2021-01-13 Peter GeogheganPass down "logically unchanged index" hint.
2021-01-13 Fujii MasaoLog long wait time on recovery conflict when it's resolved.
2021-01-13 Heikki LinnakangasFix portability issues in the new gist pageinspect...
2021-01-13 Magnus HaganderRemove incorrect markup
2021-01-13 Heikki LinnakangasAdd functions to 'pageinspect' to inspect GiST indexes.
2021-01-13 Thomas MunroDon't use elog() in src/port/pwrite.c.
2021-01-13 Amit KapilaFix memory leak in SnapBuildSerialize.
2021-01-13 Amit KapilaOptimize DropRelFileNodesAllBuffers() for recovery.
2021-01-13 Michael PaquierFix routine name in comment of catcache.c
2021-01-12 Alvaro HerreraInvent struct ReindexIndexInfo
2021-01-12 Tom Lanepg_dump: label INDEX ATTACH ArchiveEntries with an...
2021-01-12 Tom LaneDoc: fix description of privileges needed for ALTER...
2021-01-12 Alvaro HerreraFix thinko in comment
2021-01-12 Amit KapilaFix relation descriptor leak.
2021-01-12 Amit KapilaOptimize DropRelFileNodeBuffers() for recovery.
2021-01-12 Tom LaneDump ALTER TABLE ... ATTACH PARTITION as a separate...
next