summaryrefslogtreecommitdiff
path: root/src/backend/commands
AgeCommit message (Expand)Author
2020-11-28Fix a recently-introduced race condition in LISTEN/NOTIFY handling.Tom Lane
2020-11-26Restore lock level to update statusFlagsAlvaro Herrera
2020-11-25Avoid spurious waits in concurrent indexingAlvaro Herrera
2020-11-24Put "inline" marker on declarations of inline functions.Tom Lane
2020-11-23Split copy.c into four files.Heikki Linnakangas
2020-11-21Remove INSERT privilege check at table creation of CTAS and matviewMichael Paquier
2020-11-18Relax lock level for setting PGPROC->statusFlagsAlvaro Herrera
2020-11-17indexcmds.c: reorder function prototypesAlvaro Herrera
2020-11-16Rename PGPROC->vacuumFlags to statusFlagsAlvaro Herrera
2020-11-16Use "true" not "TRUE" in one ICU function call.Tom Lane
2020-11-16Relax INSERT privilege requirement for CTAS and matviews WITH NO DATAMichael Paquier
2020-11-15Fix fuzzy thinking about amcanmulticol versus amcaninclude.Tom Lane
2020-11-14Provide the OR REPLACE option for CREATE TRIGGER.Tom Lane
2020-11-12pg_stat_statements: track number of rows processed by REFRESH MATERIALIZED VIEW.Fujii Masao
2020-11-11Fix cases of discarding result from list API functionsPeter Eisentraut
2020-11-09In security-restricted operations, block enqueue of at-commit user code.Noah Misch
2020-11-07Message style improvementsAlvaro Herrera
2020-11-07Move catalog index declarationsPeter Eisentraut
2020-11-06Revert "Accept relations of any kind in LOCK TABLE".Tom Lane
2020-11-05Don't throw an error for LOCK TABLE on a self-referential view.Tom Lane
2020-11-03Improve error messages around REPLICATION and BYPASSRLS properties.Tom Lane
2020-11-03Allow users with BYPASSRLS to alter their own passwords.Tom Lane
2020-11-03Disallow ALTER TABLE ONLY / DROP EXPRESSIONPeter Eisentraut
2020-11-02Track collation versions for indexes.Thomas Munro
2020-11-02Remove pg_collation.collversion.Thomas Munro
2020-11-02Fix some grammar and typos in comments and docsMichael Paquier
2020-10-29Don't use custom OID symbols in pg_type.dat, either.Tom Lane
2020-10-29Centralize horizon determination for temp tables, fixing bug due to skew.Andres Freund
2020-10-27Accept relations of any kind in LOCK TABLEAlvaro Herrera
2020-10-26In INSERT/UPDATE, use the table's real tuple descriptor as target.Tom Lane
2020-10-25Fix corner case for a BEFORE ROW UPDATE trigger returning OLD.Tom Lane
2020-10-23Fix broken XML formatting in EXPLAIN output for incremental sorts.Tom Lane
2020-10-20Fix ALTER TABLE .. ENABLE/DISABLE TRIGGER recursionAlvaro Herrera
2020-10-19Remove PartitionRoutingInfo struct.Heikki Linnakangas
2020-10-19Revise child-to-root tuple conversion map management.Heikki Linnakangas
2020-10-15Fixup some appendStringInfo and appendPQExpBuffer callsDavid Rowley
2020-10-14Remove es_result_relation_info from EState.Heikki Linnakangas
2020-10-13Create ResultRelInfos later in InitPlan, index them by RT index.Heikki Linnakangas
2020-10-05Support for OUT parameters in proceduresPeter Eisentraut
2020-10-05Fix handling of redundant options with COPY for "freeze" and "header"Michael Paquier
2020-09-30Reword partitioning error messageAlvaro Herrera
2020-09-29Fix progress reporting of REINDEX CONCURRENTLYMichael Paquier
2020-09-29Add for_each_from, to simplify loops starting from non-first list cells.Tom Lane
2020-09-28Minor mop-up for List improvements.Tom Lane
2020-09-26Revise RelationBuildRowSecurity() to avoid memory leaks.Tom Lane
2020-09-25Defer flushing of SLRU files.Thomas Munro
2020-09-23Improve error cursor positions for problems with partition bounds.Tom Lane
2020-09-17Remove support for postfix (right-unary) operators.Tom Lane
2020-09-16Don't fetch partition check expression during InitResultRelInfo.Tom Lane
2020-09-16Avoid unnecessary recursion to child tables in ALTER TABLE SET NOT NULL.Tom Lane