summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-02-11Fix copy-paste error with SHA256 digest length in checksum_helper.cMichael Paquier
2021-02-11Add test case for abbrev(cidr)Peter Eisentraut
2021-02-10Remove extra Success message at the end of initdbMagnus Hagander
2021-02-10pg_dump: Add const decorationsPeter Eisentraut
2021-02-10Fix lack of message pluralizationPeter Eisentraut
2021-02-10Fix ORDER BY clause in new regression test of REINDEX CONCURRENTLYMichael Paquier
2021-02-10Simplify code related to compilation of SSL and OpenSSLMichael Paquier
2021-02-10Preserve pg_attribute.attstattarget across REINDEX CONCURRENTLYMichael Paquier
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-08Correct pgstattuple B-Tree page comments.Peter Geoghegan
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-07Docs: fix pg_wal_lsn_diff manual.Tatsuo Ishii
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-05postgres_fdw: Fix assertion in estimate_path_cost_size().Etsuro Fujita
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-02Doc: consistently identify OID catalog columns that can be zero.Tom Lane
2021-02-02Remove extra increment of plpgsql's statement counter for FOR loops.Tom Lane
2021-02-02Fix ancient memory leak in contrib/auto_explain.Tom Lane
2021-02-02Improve confusing variable namesPeter Eisentraut
2021-02-02Remove unused column atttypmod from initial tablesync queryMichael Paquier
2021-02-01Doc: work a little harder on the initial examples for regex matching.Tom Lane
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