summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2021-02-10Make pg_replication_origin_drop safe against concurrent drops.Amit Kapila
2021-02-09Fix obsolete FSM remarks in nbtree README.Peter Geoghegan
2021-02-09Revert "Display the time when the process started waiting for the lock, in pg...Fujii Masao
2021-02-09Display the time when the process started waiting for the lock, in pg_locks.Fujii Masao
2021-02-09Add option PROCESS_TOAST to VACUUMMichael Paquier
2021-02-08Fix mishandling of column-level SELECT privileges for join aliases.Tom Lane
2021-02-08Fix permission checks on constraint violation errors on partitions.Heikki Linnakangas
2021-02-07Rename removable xid function for consistency.Peter Geoghegan
2021-02-07Revert "Propagate CTE property flags when copying a CTE list into a rule."Tom Lane
2021-02-07Propagate CTE property flags when copying a CTE list into a rule.Tom Lane
2021-02-06Disallow converting an inheritance child table to a view.Tom Lane
2021-02-06Clarify some comments around SharedRecoveryState in xlog.cMichael Paquier
2021-02-05Generalize parallel slot result handling.Robert Haas
2021-02-05Move some code from src/bin/scripts to src/fe_utils to permit reuse.Robert Haas
2021-02-05Fix backslash-escaping multibyte chars in COPY FROM.Heikki Linnakangas
2021-02-05Fix bug in HashAgg's selective-column-spilling logic.Tom Lane
2021-02-05Tab-complete CREATE DATABASE ... LOCALE.Thomas Munro
2021-02-05Fix YA incremental sort bug.Tom Lane
2021-02-04Harden nbtree page deletion.Peter Geoghegan
2021-02-04Fix small error in COPY FROM progress reporting.Heikki Linnakangas
2021-02-04Refactor Windows error message for easier translationPeter Eisentraut
2021-02-04Ensure unlinking of old index file with REINDEX (TABLESPACE)Michael Paquier
2021-02-04Clarify comment in tablesync.cMichael Paquier
2021-02-04Add TABLESPACE option to REINDEXMichael Paquier
2021-02-04Avoid crash when rolling back within a prepared statement.Tom Lane
2021-02-03Factor pattern-construction logic out of processSQLNamePattern.Robert Haas
2021-02-03Remove special BKI_LOOKUP magic for namespace and role OIDs.Tom Lane
2021-02-03pg_dump: Fix dumping of inherited generated columnsPeter Eisentraut
2021-02-02Retire findoidjoins.Tom Lane
2021-02-02Build in some knowledge about foreign-key relationships in the catalogs.Tom Lane
2021-02-02Remove extra increment of plpgsql's statement counter for FOR loops.Tom Lane
2021-02-02Improve confusing variable namesPeter Eisentraut
2021-02-02Remove unused column atttypmod from initial tablesync queryMichael Paquier
2021-02-01Remove [Merge]AppendPath.partitioned_rels.Tom Lane
2021-02-01Remove incidental dependencies on partitioned_rels lists.Tom Lane
2021-02-01Revise make_partition_pruneinfo to not use its partitioned_rels input.Tom Lane
2021-02-01SEARCH and CYCLE clausesPeter Eisentraut
2021-02-01Get rid of unnecessary memory allocation in jsonb_subscript_assign()Alexander Korotkov
2021-02-01Introduce --with-ssl={openssl} as a configure optionMichael Paquier
2021-02-01Fix portability issue in new jsonbsubs code.Tom Lane
2021-01-31Throw error when assigning jsonb scalar instead of a composite objectAlexander Korotkov
2021-01-31Filling array gaps during jsonb subscriptingAlexander Korotkov
2021-01-31Implementation of subscripting for jsonbAlexander Korotkov
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