postgresql.git
2021-01-31 Alexander KorotkovFix parsing of complex morphs to tsquery
2021-01-30 Peter EisentrautAdd primary keys and unique constraints to system catalogs
2021-01-30 Peter Eisentrautdoc: Clarify status of SELECT INTO on reference page
2021-01-30 Peter EisentrautAllow GRANTED BY clause in normal GRANT and REVOKE...
2021-01-30 Noah MischRevive "snapshot too old" with wal_level=minimal and...
2021-01-30 Noah MischFix error with CREATE PUBLICATION, wal_level=minimal...
2021-01-30 Noah MischFix CREATE INDEX CONCURRENTLY for simultaneous prepared...
2021-01-30 Fujii Masaopostgres_fdw: Fix tests for CLOBBER_CACHE_ALWAYS.
2021-01-29 Tom LaneDoc: improve cross-references for SET/SHOW.
2021-01-29 Alexander KorotkovDocument behavior of the .** jsonpath accessor in the...
2021-01-29 Peter EisentrautFix typo
2021-01-29 Michael Paquierdoc: Improve wording of section for repslot statistics
2021-01-29 Michael PaquierAdjust comments of CheckRelationTableSpaceMove() and...
2021-01-29 Thomas MunroRemove documentation of waiting restore_command.
2021-01-29 Thomas MunroRetire pg_standby.
2021-01-28 Tom LaneSilence another gcc 11 warning.
2021-01-28 Alvaro HerreraRemove bogus restriction from BEFORE UPDATE triggers
2021-01-28 Tom LaneFix hash partition pruning with asymmetric partition...
2021-01-28 Tom LaneMake ecpg's rjulmdy() and rmdyjul() agree with their...
2021-01-28 Alvaro Herrerapgbench: Remove dead code
2021-01-28 Peter EisentrautRemove gratuitous uses of deprecated SELECT INTO
2021-01-28 Heikki LinnakangasAdd direct conversion routines between EUC_TW and Big5.
2021-01-28 Heikki LinnakangasAdd mbverifystr() functions specific to each encoding.
2021-01-28 Andrew GierthDon't add bailout adjustment for non-strict deserialize...
2021-01-28 Michael PaquierFix crash of pg_stat_statements_info() without library...
2021-01-28 Michael PaquierRefactor SQL functions of SHA-2 in cryptohashfuncs.c
2021-01-27 Peter GeogheganReduce the default value of vacuum_cost_page_miss.
2021-01-27 Robert HaasIn TrimCLOG(), don't reset XactCtl->shared->latest_page...
2021-01-27 Robert HaasIn clog_redo(), don't set XactCtl->shared->latest_page_...
2021-01-27 Tom LaneDoc: improve documentation for UNNEST().
2021-01-27 Robert HaasMove StartupCLOG() calls to just after we initialize...
2021-01-27 Peter GeogheganFix GiST index deletion assert issue.
2021-01-27 Michael Paquierdoc: Remove reference to views for TRUNCATE privilege
2021-01-27 Michael PaquierRefactor code in tablecmds.c to check and process table...
2021-01-26 Tom LaneRethink recently-added SPI interfaces.
2021-01-26 Tom LaneSuppress compiler warnings from commit ee895a655.
2021-01-26 Tom LaneCode review for psql's helpSQL() function.
2021-01-26 Michael PaquierFix memory leak when deallocating prepared statement...
2021-01-26 Fujii Masaopostgres_fdw: Fix test failure with -DENFORCE_REGRESSIO...
2021-01-26 Fujii Masaopostgres_fdw: Stabilize regression test for postgres_fd...
2021-01-26 Fujii Masaopostgres_fdw: Add functions to discard cached connections.
2021-01-26 Tom LaneImprove performance of repeated CALLs within plpgsql...
2021-01-25 Andres FreundFix two typos in snapbuild.c.
2021-01-25 Tom LaneDon't clobber the calling user's credentials cache...
2021-01-25 Tom LaneFix broken ruleutils support for function TRANSFORM...
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
next