summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2021-01-31Remove unused _bt_delitems_delete() argument.Peter Geoghegan
2021-01-31Fix parsing of complex morphs to tsqueryAlexander Korotkov
2021-01-30Add primary keys and unique constraints to system catalogsPeter Eisentraut
2021-01-30Allow GRANTED BY clause in normal GRANT and REVOKE statementsPeter Eisentraut
2021-01-30Revive "snapshot too old" with wal_level=minimal and SET TABLESPACE.Noah Misch
2021-01-30Fix error with CREATE PUBLICATION, wal_level=minimal, and new tables.Noah Misch
2021-01-30Fix CREATE INDEX CONCURRENTLY for simultaneous prepared transactions.Noah Misch
2021-01-29Adjust comments of CheckRelationTableSpaceMove() and SetRelationTableSpace()Michael Paquier
2021-01-29Retire pg_standby.Thomas Munro
2021-01-28Silence another gcc 11 warning.Tom Lane
2021-01-28Remove bogus restriction from BEFORE UPDATE triggersAlvaro Herrera
2021-01-28Fix hash partition pruning with asymmetric partition sets.Tom Lane
2021-01-28Add direct conversion routines between EUC_TW and Big5.Heikki Linnakangas
2021-01-28Add mbverifystr() functions specific to each encoding.Heikki Linnakangas
2021-01-28Don't add bailout adjustment for non-strict deserialize calls.Andrew Gierth
2021-01-28Refactor SQL functions of SHA-2 in cryptohashfuncs.cMichael Paquier
2021-01-27Reduce the default value of vacuum_cost_page_miss.Peter Geoghegan
2021-01-27In TrimCLOG(), don't reset XactCtl->shared->latest_page_number.Robert Haas
2021-01-27In clog_redo(), don't set XactCtl->shared->latest_page_number.Robert Haas
2021-01-27Move StartupCLOG() calls to just after we initialize ShmemVariableCache.Robert Haas
2021-01-27Fix GiST index deletion assert issue.Peter Geoghegan
2021-01-27Refactor code in tablecmds.c to check and process tablespace movesMichael Paquier
2021-01-26Rethink recently-added SPI interfaces.Tom Lane
2021-01-26Improve performance of repeated CALLs within plpgsql procedures.Tom Lane
2021-01-25Fix two typos in snapbuild.c.Andres Freund
2021-01-25Fix broken ruleutils support for function TRANSFORM clauses.Tom Lane
2021-01-25Remove CheckpointLock.Robert Haas
2021-01-25Fix hypothetical bug in heap backward scansDavid Rowley
2021-01-25Fix ALTER PUBLICATION...DROP TABLE behavior.Amit Kapila
2021-01-24Fix COPY FREEZE with CLOBBER_CACHE_ALWAYSTomas Vondra
2021-01-22Re-allow DISTINCT in pl/pgsql expressions.Tom Lane
2021-01-22Remove bogus tracepointPeter Eisentraut
2021-01-22Move SSL information callback earlier to capture more informationMichael Paquier
2021-01-21Fix pull_varnos' miscomputation of relids set for a PlaceHolderVar.Tom Lane
2021-01-21Fix initialization of FDW batching in ExecInitModifyTableTomas Vondra
2021-01-20Implement support for bulk inserts in postgres_fdwTomas Vondra
2021-01-20Fix bug in detecting concurrent page splits in GiST insertHeikki Linnakangas
2021-01-20Fix ALTER DEFAULT PRIVILEGES with duplicated objectsMichael Paquier
2021-01-19Remove faulty support for MergeAppend plan with WHERE CURRENT OF.Tom Lane
2021-01-19pgindent worker.c.Amit Kapila
2021-01-18Avoid crash with WHERE CURRENT OF and a custom scan plan.Tom Lane
2021-01-18Narrow the scope of a local variable.Tom Lane
2021-01-18Add bytea equivalents of ltrim() and rtrim().Tom Lane
2021-01-18Allow for error or refusal while absorbing a ProcSignalBarrier.Robert Haas
2021-01-18Pause recovery for insufficient parameter settingsPeter Eisentraut
2021-01-18Refactor option handling of CLUSTER, REINDEX and VACUUMMichael Paquier
2021-01-17Set PD_ALL_VISIBLE and visibility map bits in COPY FREEZETomas Vondra
2021-01-17Add pg_stat_database counters for sessions and session timeMagnus Hagander
2021-01-16Prevent excess SimpleLruTruncate() deletion.Noah Misch
2021-01-16Remove unnecessary pstrdup in fetch_table_list.Amit Kapila