index
:
postgresql-pgindent.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
master-pgindent
Auto-updated pgindent branches
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
Age
Commit message (
Expand
)
Author
2020-11-26
Restore lock level to update statusFlags
Alvaro Herrera
2020-11-26
Use Enums for logical replication message types at more places.
Amit Kapila
2020-11-25
Avoid spurious waits in concurrent indexing
Alvaro Herrera
2020-11-25
Avoid spamming the client with multiple ParameterStatus messages.
Tom Lane
2020-11-25
Make error hint from bind() failure more accurate
Peter Eisentraut
2020-11-25
Add support for abstract Unix-domain sockets
Peter Eisentraut
2020-11-25
Fix WaitLatch(NULL) on Windows.
Thomas Munro
2020-11-25
Remove obsolete comment atop ri_PlanCheck.
Amit Kapila
2020-11-25
Remove catalog function currtid()
Michael Paquier
2020-11-24
Properly check index mark/restore in ExecSupportsMarkRestore.
Andrew Gierth
2020-11-24
Put "inline" marker on declarations of inline functions.
Tom Lane
2020-11-24
Move per-agg and per-trans duplicate finding to the planner.
Heikki Linnakangas
2020-11-24
Use macros instead of hardcoded offsets for LWLock initialization
Michael Paquier
2020-11-24
Centralize logic for skipping useless ereport/elog calls.
Tom Lane
2020-11-23
Improve compiler code layout in elog/ereport ERROR calls
David Rowley
2020-11-23
Don't hold ProcArrayLock longer than needed in rare cases
Alvaro Herrera
2020-11-23
Rename the "point is strictly above/below point" comparison operators.
Tom Lane
2020-11-23
Improve wording of two error messages related to generated columns.
Tom Lane
2020-11-23
Make some sanity-check elogs more verbose
Alvaro Herrera
2020-11-23
Fix a few comments that referred to copy.c.
Heikki Linnakangas
2020-11-23
Split copy.c into four files.
Heikki Linnakangas
2020-11-22
Allow a multi-row INSERT to specify DEFAULTs for a generated column.
Tom Lane
2020-11-21
In geo_ops.c, represent infinite slope as Infinity, not DBL_MAX.
Tom Lane
2020-11-21
Fix FPeq() and friends to get the right answers for infinities.
Tom Lane
2020-11-21
Remove INSERT privilege check at table creation of CTAS and matview
Michael Paquier
2020-11-20
Replace a macro by a function
Peter Eisentraut
2020-11-20
Add collation versions for FreeBSD.
Thomas Munro
2020-11-20
Emit log when restore_command succeeds but archived file faills to be restored.
Fujii Masao
2020-11-19
Remove undocumented IS [NOT] OF syntax.
Tom Lane
2020-11-19
Further fixes for CREATE TABLE LIKE: cope with self-referential FKs.
Tom Lane
2020-11-19
Hash support for row types
Peter Eisentraut
2020-11-19
Add BarrierArriveAndDetachExceptLast().
Thomas Munro
2020-11-18
Relax lock level for setting PGPROC->statusFlags
Alvaro Herrera
2020-11-18
Skip allocating hash table in EXPLAIN-only mode.
Heikki Linnakangas
2020-11-17
Deprecate nbtree's BTP_HAS_GARBAGE flag.
Peter Geoghegan
2020-11-17
indexcmds.c: reorder function prototypes
Alvaro Herrera
2020-11-17
nbtree: Rename nbtinsert.c variables for consistency.
Peter Geoghegan
2020-11-17
Fix 'skip-empty-xacts' option in test_decoding for streaming mode.
Amit Kapila
2020-11-17
Don't Insert() a VFD entry until it's fully built.
Tom Lane
2020-11-16
Rename PGPROC->vacuumFlags to statusFlags
Alvaro Herrera
2020-11-16
Do not return NULL for error cases in satisfies_hash_partition().
Tom Lane
2020-11-16
Use "true" not "TRUE" in one ICU function call.
Tom Lane
2020-11-16
Remove unused and deprecated strategy numbers from BRIN code
Peter Eisentraut
2020-11-16
Normalize comment in empty grammar rules
Peter Eisentraut
2020-11-16
Remove code handling removed deprecated containment operators
Peter Eisentraut
2020-11-16
Make the standby server promptly handle interrupt signals.
Fujii Masao
2020-11-16
Relax INSERT privilege requirement for CTAS and matviews WITH NO DATA
Michael Paquier
2020-11-15
Fix fuzzy thinking about amcanmulticol versus amcaninclude.
Tom Lane
2020-11-15
nbtree: Demote incomplete split "can't happen" error.
Peter Geoghegan
2020-11-15
Suppress "warning: variable 'collcollate' set but not used".
Tom Lane
[next]