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
2022-04-12
Use WRITE_ENUM_FIELD for enum field
Peter Eisentraut
2022-04-12
Make node output prefix match node structure name
Peter Eisentraut
2022-04-12
adjust_partition_colnos mustn't be called if not needed
Alvaro Herrera
2022-04-12
Fix documentation for pg_stat_recovery_prefetch.
Thomas Munro
2022-04-12
Fix grammatical errors and typos in logical replication docs.
Amit Kapila
2022-04-12
Remove WalCompressionMethod in favor of pg_compress_algorithm
Michael Paquier
2022-04-12
Change mechanism to set up source targetlist in MERGE
Alvaro Herrera
2022-04-12
Rename backup_compression.{c,h} to compression.{c,h}
Michael Paquier
2022-04-11
Make XLogRecGetBlockTag() throw error if there's no such block.
Tom Lane
2022-04-11
Remove comment about historic heap vacuuming issue.
Peter Geoghegan
2022-04-11
Remove dead code in do_pg_backup_start().
Tom Lane
2022-04-11
Tweak the default behavior of psql's \dconfig.
Tom Lane
2022-04-11
Explicitly ignore guaranteed-true result from pgstat_lock_entry().
Tom Lane
2022-04-11
fgetc() returns int, not char.
Tom Lane
2022-04-11
Doc build fix: remove tab from filelist.sgml.
Jeff Davis
2022-04-11
Improve readability of SQL/JSON documentation.
Andrew Dunstan
2022-04-11
Add color support for new frontend detail/hint messages
Peter Eisentraut
2022-04-11
Avoid re-writing files unnecessarily in src/tools/copyright.pl.
Tom Lane
2022-04-11
docs: Note the recovery_min_apply_delay bloats pg_wal.
Robert Haas
2022-04-11
Docs: Mention that relpersistence is for sequences now too
David Rowley
2022-04-11
Fix various typos and spelling mistakes in code comments
David Rowley
2022-04-11
Docs: Fix various mistakes and typos
David Rowley
2022-04-11
Fix the dates of some copyright notices
Michael Paquier
2022-04-11
Put new command-line options into alphabetical order in help output
Peter Eisentraut
2022-04-11
doc: Clarify behavior of query planner locking with REINDEX
Michael Paquier
2022-04-10
Doc: fix typos in documentation
Daniel Gustafsson
2022-04-10
Doc: reformat descriptions of pgbench output formats.
Tom Lane
2022-04-10
Fix pgperlsyncheck following SSL TAP test refactoring
Andrew Dunstan
2022-04-10
Add timestamp and elapsed time decorations to TAP test logs
Andrew Dunstan
2022-04-09
Doc: shorten JSON_SERIALIZE example to avoid a PDF build warning.
Tom Lane
2022-04-09
Fix whitespace
Peter Eisentraut
2022-04-09
Add missing serial commas
Peter Eisentraut
2022-04-09
Add missing source files to nls.mk
Peter Eisentraut
2022-04-08
Silence compiler warnings for unsupported compression methods.
Tom Lane
2022-04-08
Improve frontend error logging style.
Tom Lane
2022-04-08
Fix busted .gitignore entry.
Tom Lane
2022-04-08
Rename delayChkpt to delayChkptFlags.
Robert Haas
2022-04-08
psql: Fix translation marking
Peter Eisentraut
2022-04-08
Apply PGDLLIMPORT markings broadly.
Robert Haas
2022-04-08
Helper script to apply PGDLLIMPORT markings.
Robert Haas
2022-04-08
Add JIT counters to pg_stat_statements
Magnus Hagander
2022-04-08
Fix buildfarm failures in pg_walinspect tests.
Jeff Davis
2022-04-08
Check XLogRecHasBlockRef() before XLogRecHasBlockImage().
Jeff Davis
2022-04-08
Fix buildfarm failure from commit 2258e76f90.
Jeff Davis
2022-04-08
Add contrib/pg_walinspect.
Jeff Davis
2022-04-08
Remove error message hints mentioning configure options
Peter Eisentraut
2022-04-08
pgstat: Update docs to match the shared memory stats reality.
Andres Freund
2022-04-08
pg_stat_statements: Track I/O timing for temporary file blocks
Michael Paquier
2022-04-08
Documentation for SQL/JSON features
Andrew Dunstan
2022-04-08
Track I/O timing for temporary file blocks in EXPLAIN (BUFFERS)
Michael Paquier
[next]