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
/
utils
Age
Commit message (
Expand
)
Author
2021-03-20
Avoid leaking memory in RestoreGUCState(), and improve comments.
Tom Lane
2021-03-19
Provide recovery_init_sync_method=syncfs.
Thomas Munro
2021-03-19
Allow configurable LZ4 TOAST compression.
Robert Haas
2021-03-19
Don't leak malloc'd strings when a GUC setting is rejected.
Tom Lane
2021-03-19
Don't run RelationInitTableAccessMethod in a long-lived context.
Tom Lane
2021-03-19
Don't leak rd_statlist when a relcache entry is dropped.
Tom Lane
2021-03-18
Implement GROUP BY DISTINCT
Tomas Vondra
2021-03-18
Remove temporary files after backend crash
Tomas Vondra
2021-03-18
Fix function name in error hint
Magnus Hagander
2021-03-18
Add a new GUC and a reloption to enable inserts in parallel-mode.
Amit Kapila
2021-03-11
Don't consider newly inserted tuples in nbtree VACUUM.
Peter Geoghegan
2021-03-10
Avoid creating duplicate cached plans for inherited FK constraints.
Tom Lane
2021-03-10
Enable parallel SELECT for "INSERT INTO ... SELECT ...".
Amit Kapila
2021-03-09
Track total amounts of times spent writing and syncing WAL data to disk.
Fujii Masao
2021-03-09
Remove support for SSL compression
Michael Paquier
2021-03-04
Remove server and libpq support for old FE/BE protocol version 2.
Heikki Linnakangas
2021-03-03
Add trim_array() function.
Tom Lane
2021-03-03
Some copy-editing of GUC descriptions
Peter Eisentraut
2021-03-03
Use sort_template.h for qsort_tuple() and qsort_ssup().
Thomas Munro
2021-03-02
Mark default_transaction_read_only as GUC_REPORT.
Tom Lane
2021-03-01
Improve reporting for syntax errors in multi-line JSON data.
Tom Lane
2021-03-01
Introduce symbolic names for FeBeWaitSet positions.
Thomas Munro
2021-03-01
Use signalfd(2) for epoll latches.
Thomas Munro
2021-02-27
Enhanced cycle mark values
Peter Eisentraut
2021-02-26
Revert "pg_collation_actual_version() -> pg_collation_current_version()."
Thomas Munro
2021-02-24
Fix some typos, grammar and style in docs and comments
Michael Paquier
2021-02-23
VACUUM: ignore indexing operations with CONCURRENTLY
Alvaro Herrera
2021-02-23
Simplify printing of LSNs
Peter Eisentraut
2021-02-22
Refactor get_collation_current_version().
Thomas Munro
2021-02-22
pg_collation_actual_version() -> pg_collation_current_version().
Thomas Munro
2021-02-22
Hide internal error for pg_collation_actual_version(<bad OID>).
Thomas Munro
2021-02-22
Remove outdated reference to RAID spindles.
Thomas Munro
2021-02-18
Allow specifying CRL directory
Peter Eisentraut
2021-02-17
Use errmsg_internal for debug messages
Peter Eisentraut
2021-02-16
Convert tsginidx.c's GIN indexing logic to fully ternary operation.
Tom Lane
2021-02-15
Display the time when the process started waiting for the lock, in pg_locks, ...
Fujii Masao
2021-02-15
Default to wal_sync_method=fdatasync on FreeBSD.
Thomas Munro
2021-02-15
Add result size as argument of pg_cryptohash_final() for overflow checks
Michael Paquier
2021-02-12
Avoid divide-by-zero in regex_selectivity() with long fixed prefix.
Tom Lane
2021-02-11
Simplify jsonfuncs.c code by using strtoint() not strtol().
Tom Lane
2021-02-10
Preserve pg_attribute.attstattarget across REINDEX CONCURRENTLY
Michael Paquier
2021-02-09
Revert "Display the time when the process started waiting for the lock, in pg...
Fujii Masao
2021-02-09
Display the time when the process started waiting for the lock, in pg_locks.
Fujii Masao
2021-02-02
Build in some knowledge about foreign-key relationships in the catalogs.
Tom Lane
2021-02-01
SEARCH and CYCLE clauses
Peter Eisentraut
2021-02-01
Get rid of unnecessary memory allocation in jsonb_subscript_assign()
Alexander Korotkov
2021-02-01
Fix portability issue in new jsonbsubs code.
Tom Lane
2021-01-31
Throw error when assigning jsonb scalar instead of a composite object
Alexander Korotkov
2021-01-31
Filling array gaps during jsonb subscripting
Alexander Korotkov
2021-01-31
Implementation of subscripting for jsonb
Alexander Korotkov
[next]