index
:
postgresql.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
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
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-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
2020-11-14
Provide the OR REPLACE option for CREATE TRIGGER.
Tom Lane
2020-11-14
Fix some typos
Michael Paquier
2020-11-13
Support negative indexes in split_part().
Tom Lane
2020-11-12
change wire protocol data type for history file content
Bruce Momjian
2020-11-12
Clean up optional rules in grammar
Peter Eisentraut
2020-11-12
Use standard SIGHUP and SIGTERM handlers in walreceiver.
Fujii Masao
2020-11-12
pg_stat_statements: track number of rows processed by REFRESH MATERIALIZED VIEW.
Fujii Masao
2020-11-12
Remove useless SHA256 initialization when not using backup manifests
Michael Paquier
2020-11-11
Remove duplicate code in brin_memtuple_initialize
Tomas Vondra
2020-11-11
Fix some stray whitespace in parser files
Peter Eisentraut
2020-11-11
Fix cases of discarding result from list API functions
Peter Eisentraut
2020-11-11
Fix and simplify some usages of TimestampDifference().
Tom Lane
2020-11-10
Fix out of date comment
Magnus Hagander
2020-11-10
Remove -o option to postmaster
Magnus Hagander
2020-11-10
jit: Add support for LLVM 12.
Andres Freund
2020-11-09
Remove ineffective heapam CHECK_FOR_INTERRUPTS().
Peter Geoghegan
2020-11-09
In security-restricted operations, block enqueue of at-commit user code.
Noah Misch
2020-11-08
Fix assertion in collation version lookup.
Thomas Munro
2020-11-08
Improve nbtree README's LP_DEAD section.
Peter Geoghegan
2020-11-07
Message style improvements
Alvaro Herrera
2020-11-07
Move catalog index declarations
Peter Eisentraut
2020-11-07
Move catalog toast table declarations
Peter Eisentraut
2020-11-07
Plug memory leak in index_get_partition
Alvaro Herrera
2020-11-07
Add GUC_LIST_INPUT and GUC_LIST_QUOTE to unix_socket_directories
Michael Paquier
2020-11-06
Properly detoast data in brin_form_tuple
Tomas Vondra
[next]