summaryrefslogtreecommitdiff
path: root/src/backend/utils
AgeCommit message (Expand)Author
2021-03-20Avoid leaking memory in RestoreGUCState(), and improve comments.Tom Lane
2021-03-19Provide recovery_init_sync_method=syncfs.Thomas Munro
2021-03-19Allow configurable LZ4 TOAST compression.Robert Haas
2021-03-19Don't leak malloc'd strings when a GUC setting is rejected.Tom Lane
2021-03-19Don't run RelationInitTableAccessMethod in a long-lived context.Tom Lane
2021-03-19Don't leak rd_statlist when a relcache entry is dropped.Tom Lane
2021-03-18Implement GROUP BY DISTINCTTomas Vondra
2021-03-18Remove temporary files after backend crashTomas Vondra
2021-03-18Fix function name in error hintMagnus Hagander
2021-03-18Add a new GUC and a reloption to enable inserts in parallel-mode.Amit Kapila
2021-03-11Don't consider newly inserted tuples in nbtree VACUUM.Peter Geoghegan
2021-03-10Avoid creating duplicate cached plans for inherited FK constraints.Tom Lane
2021-03-10Enable parallel SELECT for "INSERT INTO ... SELECT ...".Amit Kapila
2021-03-09Track total amounts of times spent writing and syncing WAL data to disk.Fujii Masao
2021-03-09Remove support for SSL compressionMichael Paquier
2021-03-04Remove server and libpq support for old FE/BE protocol version 2.Heikki Linnakangas
2021-03-03Add trim_array() function.Tom Lane
2021-03-03Some copy-editing of GUC descriptionsPeter Eisentraut
2021-03-03Use sort_template.h for qsort_tuple() and qsort_ssup().Thomas Munro
2021-03-02Mark default_transaction_read_only as GUC_REPORT.Tom Lane
2021-03-01Improve reporting for syntax errors in multi-line JSON data.Tom Lane
2021-03-01Introduce symbolic names for FeBeWaitSet positions.Thomas Munro
2021-03-01Use signalfd(2) for epoll latches.Thomas Munro
2021-02-27Enhanced cycle mark valuesPeter Eisentraut
2021-02-26Revert "pg_collation_actual_version() -> pg_collation_current_version()."Thomas Munro
2021-02-24Fix some typos, grammar and style in docs and commentsMichael Paquier
2021-02-23VACUUM: ignore indexing operations with CONCURRENTLYAlvaro Herrera
2021-02-23Simplify printing of LSNsPeter Eisentraut
2021-02-22Refactor get_collation_current_version().Thomas Munro
2021-02-22pg_collation_actual_version() -> pg_collation_current_version().Thomas Munro
2021-02-22Hide internal error for pg_collation_actual_version(<bad OID>).Thomas Munro
2021-02-22Remove outdated reference to RAID spindles.Thomas Munro
2021-02-18Allow specifying CRL directoryPeter Eisentraut
2021-02-17Use errmsg_internal for debug messagesPeter Eisentraut
2021-02-16Convert tsginidx.c's GIN indexing logic to fully ternary operation.Tom Lane
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-15Add result size as argument of pg_cryptohash_final() for overflow checksMichael Paquier
2021-02-12Avoid divide-by-zero in regex_selectivity() with long fixed prefix.Tom Lane
2021-02-11Simplify jsonfuncs.c code by using strtoint() not strtol().Tom Lane
2021-02-10Preserve pg_attribute.attstattarget across REINDEX CONCURRENTLYMichael Paquier
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-02Build in some knowledge about foreign-key relationships in the catalogs.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-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