summaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)Author
2021-02-21Convert regex engine's subre tree from binary to N-ary style.Tom Lane
2021-02-20Recognize "match-all" NFAs within the regex engine.Tom Lane
2021-02-20Invent "rainbow" arcs within the regex engine.Tom Lane
2021-02-20Fix inconsistent configure data for --with-sslMichael Paquier
2021-02-19Update snowballPeter Eisentraut
2021-02-18Allow specifying CRL directoryPeter Eisentraut
2021-02-17Routine usage information schema tablesPeter Eisentraut
2021-02-16Convert tsginidx.c's GIN indexing logic to fully ternary operation.Tom Lane
2021-02-16Fix heap_page_prune() parameter order confusion introduced in dc7420c2c92.Andres Freund
2021-02-15Make ExecGetInsertedCols() and friends more robust and improve comments.Heikki Linnakangas
2021-02-15Display the time when the process started waiting for the lock, in pg_locks, ...Fujii Masao
2021-02-15Default to wal_sync_method=fdatasync on FreeBSD.Thomas Munro
2021-02-15Fix the warnings introduced in commit ce0fdbfe97.Amit Kapila
2021-02-15Add result size as argument of pg_cryptohash_final() for overflow checksMichael Paquier
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-12pg_attribute_no_sanitize_alignment() macroAlexander Korotkov
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 no-longer-used RTE argument of markVarForSelectPriv().Tom Lane
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-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 permission checks on constraint violation errors on partitions.Heikki Linnakangas
2021-02-07Rename removable xid function for consistency.Peter Geoghegan
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-04Add TABLESPACE option to REINDEXMichael Paquier
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-02Build in some knowledge about foreign-key relationships in the catalogs.Tom Lane
2021-02-01Remove [Merge]AppendPath.partitioned_rels.Tom Lane
2021-02-01SEARCH and CYCLE clausesPeter Eisentraut
2021-02-01Introduce --with-ssl={openssl} as a configure optionMichael Paquier
2021-01-31Implementation of subscripting for jsonbAlexander 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 CREATE INDEX CONCURRENTLY for simultaneous prepared transactions.Noah Misch
2021-01-28Fix hash partition pruning with asymmetric partition sets.Tom Lane
2021-01-28Add mbverifystr() functions specific to each encoding.Heikki Linnakangas
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-24Make storage/standby.h compile standalone again.Tom Lane