summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2020-11-26Restore lock level to update statusFlagsAlvaro Herrera
2020-11-26Use Enums for logical replication message types at more places.Amit Kapila
2020-11-25Avoid spurious waits in concurrent indexingAlvaro Herrera
2020-11-25Avoid spamming the client with multiple ParameterStatus messages.Tom Lane
2020-11-25Make error hint from bind() failure more accuratePeter Eisentraut
2020-11-25Add support for abstract Unix-domain socketsPeter Eisentraut
2020-11-25Fix WaitLatch(NULL) on Windows.Thomas Munro
2020-11-25Remove obsolete comment atop ri_PlanCheck.Amit Kapila
2020-11-25Remove catalog function currtid()Michael Paquier
2020-11-24Properly check index mark/restore in ExecSupportsMarkRestore.Andrew Gierth
2020-11-24Put "inline" marker on declarations of inline functions.Tom Lane
2020-11-24Move per-agg and per-trans duplicate finding to the planner.Heikki Linnakangas
2020-11-24Use macros instead of hardcoded offsets for LWLock initializationMichael Paquier
2020-11-24Centralize logic for skipping useless ereport/elog calls.Tom Lane
2020-11-23Improve compiler code layout in elog/ereport ERROR callsDavid Rowley
2020-11-23Don't hold ProcArrayLock longer than needed in rare casesAlvaro Herrera
2020-11-23Rename the "point is strictly above/below point" comparison operators.Tom Lane
2020-11-23Improve wording of two error messages related to generated columns.Tom Lane
2020-11-23Make some sanity-check elogs more verboseAlvaro Herrera
2020-11-23Fix a few comments that referred to copy.c.Heikki Linnakangas
2020-11-23Split copy.c into four files.Heikki Linnakangas
2020-11-22Allow a multi-row INSERT to specify DEFAULTs for a generated column.Tom Lane
2020-11-21In geo_ops.c, represent infinite slope as Infinity, not DBL_MAX.Tom Lane
2020-11-21Fix FPeq() and friends to get the right answers for infinities.Tom Lane
2020-11-21Remove INSERT privilege check at table creation of CTAS and matviewMichael Paquier
2020-11-20Replace a macro by a functionPeter Eisentraut
2020-11-20Add collation versions for FreeBSD.Thomas Munro
2020-11-20Emit log when restore_command succeeds but archived file faills to be restored.Fujii Masao
2020-11-19Remove undocumented IS [NOT] OF syntax.Tom Lane
2020-11-19Further fixes for CREATE TABLE LIKE: cope with self-referential FKs.Tom Lane
2020-11-19Hash support for row typesPeter Eisentraut
2020-11-19Add BarrierArriveAndDetachExceptLast().Thomas Munro
2020-11-18Relax lock level for setting PGPROC->statusFlagsAlvaro Herrera
2020-11-18Skip allocating hash table in EXPLAIN-only mode.Heikki Linnakangas
2020-11-17Deprecate nbtree's BTP_HAS_GARBAGE flag.Peter Geoghegan
2020-11-17indexcmds.c: reorder function prototypesAlvaro Herrera
2020-11-17nbtree: Rename nbtinsert.c variables for consistency.Peter Geoghegan
2020-11-17Fix 'skip-empty-xacts' option in test_decoding for streaming mode.Amit Kapila
2020-11-17Don't Insert() a VFD entry until it's fully built.Tom Lane
2020-11-16Rename PGPROC->vacuumFlags to statusFlagsAlvaro Herrera
2020-11-16Do not return NULL for error cases in satisfies_hash_partition().Tom Lane
2020-11-16Use "true" not "TRUE" in one ICU function call.Tom Lane
2020-11-16Remove unused and deprecated strategy numbers from BRIN codePeter Eisentraut
2020-11-16Normalize comment in empty grammar rulesPeter Eisentraut
2020-11-16Remove code handling removed deprecated containment operatorsPeter Eisentraut
2020-11-16Make the standby server promptly handle interrupt signals.Fujii Masao
2020-11-16Relax INSERT privilege requirement for CTAS and matviews WITH NO DATAMichael Paquier
2020-11-15Fix fuzzy thinking about amcanmulticol versus amcaninclude.Tom Lane
2020-11-15nbtree: Demote incomplete split "can't happen" error.Peter Geoghegan
2020-11-15Suppress "warning: variable 'collcollate' set but not used".Tom Lane