summaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAgeFilesLines
* Ensure that expandTableLikeClause() re-examines the same table.Tom Lane2020-12-015-3/+15
* Avoid memcpy() with a NULL source pointer and count == 0Alvaro Herrera2020-12-011-2/+4
* Use truncate(2) where appropriate.Thomas Munro2020-12-012-12/+28
* Free disk space for dropped relations on commit.Thomas Munro2020-12-011-31/+69
* Fix missing outfuncs.c support for IncrementalSortPath.Tom Lane2020-11-303-4/+24
* Prevent parallel index build in a standalone backend.Tom Lane2020-11-301-2/+5
* Fix miscomputation of direct_lateral_relids for join relations.Tom Lane2020-11-301-11/+27
* Refactor parsing rules for option lists of EXPLAIN, VACUUM and ANALYZEMichael Paquier2020-11-301-47/+14
* Remove leftover comments, left behind by removal of WITH OIDS.Heikki Linnakangas2020-11-301-1/+0
* Improve log message about termination of background workers.Fujii Masao2020-11-301-0/+5
* Fix a recently-introduced race condition in LISTEN/NOTIFY handling.Tom Lane2020-11-281-13/+39
* Fix CLUSTER progress reporting of number of blocks scanned.Fujii Masao2020-11-271-2/+27
* Fix replication of in-progress transactions in tablesync worker.Amit Kapila2020-11-271-45/+55
* Restore lock level to update statusFlagsAlvaro Herrera2020-11-263-15/+15
* Use Enums for logical replication message types at more places.Amit Kapila2020-11-261-7/+7
* Avoid spurious waits in concurrent indexingAlvaro Herrera2020-11-251-3/+60
* Avoid spamming the client with multiple ParameterStatus messages.Tom Lane2020-11-252-6/+75
* Make error hint from bind() failure more accuratePeter Eisentraut2020-11-251-7/+9
* Add support for abstract Unix-domain socketsPeter Eisentraut2020-11-251-0/+8
* Fix WaitLatch(NULL) on Windows.Thomas Munro2020-11-251-1/+5
* Remove obsolete comment atop ri_PlanCheck.Amit Kapila2020-11-251-3/+0
* Remove catalog function currtid()Michael Paquier2020-11-252-87/+53
* Properly check index mark/restore in ExecSupportsMarkRestore.Andrew Gierth2020-11-242-0/+7
* Put "inline" marker on declarations of inline functions.Tom Lane2020-11-241-2/+2
* Move per-agg and per-trans duplicate finding to the planner.Heikki Linnakangas2020-11-2416-688/+830
* Use macros instead of hardcoded offsets for LWLock initializationMichael Paquier2020-11-241-4/+3
* Centralize logic for skipping useless ereport/elog calls.Tom Lane2020-11-237-93/+123
* Improve compiler code layout in elog/ereport ERROR callsDavid Rowley2020-11-241-0/+13
* Don't hold ProcArrayLock longer than needed in rare casesAlvaro Herrera2020-11-231-13/+22
* Rename the "point is strictly above/below point" comparison operators.Tom Lane2020-11-233-1/+17
* Improve wording of two error messages related to generated columns.Tom Lane2020-11-231-7/+10
* Make some sanity-check elogs more verboseAlvaro Herrera2020-11-231-10/+15
* Fix a few comments that referred to copy.c.Heikki Linnakangas2020-11-231-1/+1
* Split copy.c into four files.Heikki Linnakangas2020-11-236-4505/+4606
* Allow a multi-row INSERT to specify DEFAULTs for a generated column.Tom Lane2020-11-221-27/+215
* In geo_ops.c, represent infinite slope as Infinity, not DBL_MAX.Tom Lane2020-11-211-6/+13
* Fix FPeq() and friends to get the right answers for infinities.Tom Lane2020-11-211-17/+22
* Remove INSERT privilege check at table creation of CTAS and matviewMichael Paquier2020-11-211-26/+0
* Replace a macro by a functionPeter Eisentraut2020-11-201-10/+11
* Add collation versions for FreeBSD.Thomas Munro2020-11-201-0/+20
* Emit log when restore_command succeeds but archived file faills to be restored.Fujii Masao2020-11-201-5/+6
* Remove undocumented IS [NOT] OF syntax.Tom Lane2020-11-194-75/+1
* Further fixes for CREATE TABLE LIKE: cope with self-referential FKs.Tom Lane2020-11-192-20/+35
* Hash support for row typesPeter Eisentraut2020-11-193-24/+310
* Add BarrierArriveAndDetachExceptLast().Thomas Munro2020-11-191-0/+22
* Relax lock level for setting PGPROC->statusFlagsAlvaro Herrera2020-11-185-5/+11
* Skip allocating hash table in EXPLAIN-only mode.Heikki Linnakangas2020-11-181-1/+5
* Deprecate nbtree's BTP_HAS_GARBAGE flag.Peter Geoghegan2020-11-175-126/+131
* indexcmds.c: reorder function prototypesAlvaro Herrera2020-11-171-4/+3
* nbtree: Rename nbtinsert.c variables for consistency.Peter Geoghegan2020-11-171-59/+62