aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* Use truncate(2) where appropriate.Thomas Munro2020-12-01
* Free disk space for dropped relations on commit.Thomas Munro2020-12-01
* Fix missing outfuncs.c support for IncrementalSortPath.Tom Lane2020-11-30
* Prevent parallel index build in a standalone backend.Tom Lane2020-11-30
* Fix miscomputation of direct_lateral_relids for join relations.Tom Lane2020-11-30
* Refactor parsing rules for option lists of EXPLAIN, VACUUM and ANALYZEMichael Paquier2020-11-30
* Remove leftover comments, left behind by removal of WITH OIDS.Heikki Linnakangas2020-11-30
* Improve log message about termination of background workers.Fujii Masao2020-11-30
* Fix a recently-introduced race condition in LISTEN/NOTIFY handling.Tom Lane2020-11-28
* Fix CLUSTER progress reporting of number of blocks scanned.Fujii Masao2020-11-27
* Fix replication of in-progress transactions in tablesync worker.Amit Kapila2020-11-27
* Restore lock level to update statusFlagsAlvaro Herrera2020-11-26
* Use Enums for logical replication message types at more places.Amit Kapila2020-11-26
* Avoid spurious waits in concurrent indexingAlvaro Herrera2020-11-25
* Avoid spamming the client with multiple ParameterStatus messages.Tom Lane2020-11-25
* Make error hint from bind() failure more accuratePeter Eisentraut2020-11-25
* Add support for abstract Unix-domain socketsPeter Eisentraut2020-11-25
* Fix WaitLatch(NULL) on Windows.Thomas Munro2020-11-25
* Remove obsolete comment atop ri_PlanCheck.Amit Kapila2020-11-25
* Remove catalog function currtid()Michael Paquier2020-11-25
* Properly check index mark/restore in ExecSupportsMarkRestore.Andrew Gierth2020-11-24
* Put "inline" marker on declarations of inline functions.Tom Lane2020-11-24
* Move per-agg and per-trans duplicate finding to the planner.Heikki Linnakangas2020-11-24
* Use macros instead of hardcoded offsets for LWLock initializationMichael Paquier2020-11-24
* Centralize logic for skipping useless ereport/elog calls.Tom Lane2020-11-23
* Improve compiler code layout in elog/ereport ERROR callsDavid Rowley2020-11-24
* Don't hold ProcArrayLock longer than needed in rare casesAlvaro Herrera2020-11-23
* Rename the "point is strictly above/below point" comparison operators.Tom Lane2020-11-23
* Improve wording of two error messages related to generated columns.Tom Lane2020-11-23
* Make some sanity-check elogs more verboseAlvaro Herrera2020-11-23
* Fix a few comments that referred to copy.c.Heikki Linnakangas2020-11-23
* Split copy.c into four files.Heikki Linnakangas2020-11-23
* Allow a multi-row INSERT to specify DEFAULTs for a generated column.Tom Lane2020-11-22
* In geo_ops.c, represent infinite slope as Infinity, not DBL_MAX.Tom Lane2020-11-21
* Fix FPeq() and friends to get the right answers for infinities.Tom Lane2020-11-21
* Remove INSERT privilege check at table creation of CTAS and matviewMichael Paquier2020-11-21
* Replace a macro by a functionPeter Eisentraut2020-11-20
* Add collation versions for FreeBSD.Thomas Munro2020-11-20
* Emit log when restore_command succeeds but archived file faills to be restored.Fujii Masao2020-11-20
* Remove undocumented IS [NOT] OF syntax.Tom Lane2020-11-19
* Further fixes for CREATE TABLE LIKE: cope with self-referential FKs.Tom Lane2020-11-19
* Hash support for row typesPeter Eisentraut2020-11-19
* Add BarrierArriveAndDetachExceptLast().Thomas Munro2020-11-19
* Relax lock level for setting PGPROC->statusFlagsAlvaro Herrera2020-11-18
* Skip allocating hash table in EXPLAIN-only mode.Heikki Linnakangas2020-11-18
* Deprecate nbtree's BTP_HAS_GARBAGE flag.Peter Geoghegan2020-11-17
* indexcmds.c: reorder function prototypesAlvaro Herrera2020-11-17
* nbtree: Rename nbtinsert.c variables for consistency.Peter Geoghegan2020-11-17
* Fix 'skip-empty-xacts' option in test_decoding for streaming mode.Amit Kapila2020-11-17
* Don't Insert() a VFD entry until it's fully built.Tom Lane2020-11-16