summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2021-02-15Minor fixes to improve regex debugging code.Tom Lane
2021-02-15ReadNewTransactionId() -> ReadNextTransactionId().Thomas Munro
2021-02-13README/C-comment: document GiST's NSN valueBruce Momjian
2021-02-12Tweak compiler version cutoff for no_sanitize("alignment") support.Tom Lane
2021-02-12Avoid divide-by-zero in regex_selectivity() with long fixed prefix.Tom Lane
2021-02-12pg_attribute_no_sanitize_alignment() macroAlexander Korotkov
2021-02-12Fix Subscription test added by commit ce0fdbfe97.Amit Kapila
2021-02-12Allow multiple xacts during table sync in logical replication.Amit Kapila
2021-02-12Remove obsolete IndexBulkDeleteResult stats field.Peter Geoghegan
2021-02-11Remove dead code in ECPGconnect(), and improve documentation.Tom Lane
2021-02-11Simplify jsonfuncs.c code by using strtoint() not strtol().Tom Lane
2021-02-11Remove no-longer-used RTE argument of markVarForSelectPriv().Tom Lane
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-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