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
Age
Commit message (
Expand
)
Author
2021-02-25
Allow complemented character class escapes within regex brackets.
Tom Lane
2021-02-25
Improve tab-completion for TRUNCATE.
Fujii Masao
2021-02-25
doc: Mention PGDATABASE as supported by pgbench
Michael Paquier
2021-02-25
Use full 64-bit XIDs in deleted nbtree pages.
Peter Geoghegan
2021-02-25
Fix relcache reference leak introduced by ce0fdbfe97.
Amit Kapila
2021-02-24
Fix some typos, grammar and style in docs and comments
Michael Paquier
2021-02-24
Message style fix
Peter Eisentraut
2021-02-24
doc: Improve description of wal_receiver_status_interval
Michael Paquier
2021-02-23
Fix confusion in comments about generate_gather_paths
Alvaro Herrera
2021-02-23
Reinstate HEAP_XMAX_LOCK_ONLY|HEAP_KEYS_UPDATED as allowed
Alvaro Herrera
2021-02-23
Suppress compiler warning in new regex match-all detection code.
Tom Lane
2021-02-23
VACUUM: ignore indexing operations with CONCURRENTLY
Alvaro Herrera
2021-02-23
Simplify printing of LSNs
Peter Eisentraut
2021-02-23
Fix an oversight in ReorderBufferFinishPrepared.
Amit Kapila
2021-02-23
Change the error message for logical replication authentication failure.
Amit Kapila
2021-02-22
Remove pointless HeapTupleHeaderIndicatesMovedPartitions calls
Alvaro Herrera
2021-02-22
Fix typo
Alvaro Herrera
2021-02-22
Fix docs build for website styles
Magnus Hagander
2021-02-22
Tab-complete CREATE COLLATION.
Thomas Munro
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
Initialize atomic variable waitStart in PGPROC, at postmaster startup.
Fujii Masao
2021-02-22
Improve new hash partition bound check error messages
Peter Eisentraut
2021-02-22
Use pgstat_progress_update_multi_param() where possible
Michael Paquier
2021-02-22
Remove outdated reference to RAID spindles.
Thomas Munro
2021-02-22
Simplify memory management for regex DFAs a little.
Tom Lane
2021-02-22
Fix invalid array access in trgm_regexp.c.
Tom Lane
2021-02-21
Avoid generating extra subre tree nodes for capturing parentheses.
Tom Lane
2021-02-21
Convert regex engine's subre tree from binary to N-ary style.
Tom Lane
2021-02-20
Fix regex engine to suppress useless concatenation sub-REs.
Tom Lane
2021-02-20
Recognize "match-all" NFAs within the regex engine.
Tom Lane
2021-02-20
Invent "rainbow" arcs within the regex engine.
Tom Lane
2021-02-20
doc: Mention that partitions_{done,total} is 0 for REINDEX progress reports
Michael Paquier
2021-02-20
Fix inconsistent configure data for --with-ssl
Michael Paquier
2021-02-19
Fix psql's ON_ERROR_ROLLBACK so that it handles COMMIT AND CHAIN.
Fujii Masao
2021-02-19
Fix bug in COMMIT AND CHAIN command.
Fujii Masao
2021-02-19
Update snowball
Peter Eisentraut
2021-02-19
Add nbtree README section on page recycling.
Peter Geoghegan
2021-02-19
Fix another ancient bug in parsing of BRE-mode regular expressions.
Tom Lane
2021-02-18
Fix "invalid spinlock number: 0" error in pg_stat_wal_receiver.
Fujii Masao
2021-02-18
Add tests for bytea LIKE operator
Peter Eisentraut
2021-02-18
Allow specifying CRL directory
Peter Eisentraut
2021-02-18
nbtree README: move VACUUM linear scan section.
Peter Geoghegan
2021-02-17
Fix tuple routing to initialize batching only for inserts
Tomas Vondra
2021-02-17
Fix pointer type in ExecForeignBatchInsert SGML docs
Tomas Vondra
2021-02-17
Make some minor improvements in the regex code.
Tom Lane
2021-02-17
Routine usage information schema tables
Peter Eisentraut
2021-02-17
Fix typo
Magnus Hagander
2021-02-17
Use errmsg_internal for debug messages
Peter Eisentraut
[next]