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
Age
Commit message (
Expand
)
Author
2022-04-13
Fix incorrect format placeholders
Peter Eisentraut
2022-04-13
Remove "recheck" argument from check_index_is_clusterable()
Michael Paquier
2022-04-13
Rework compression options of pg_receivewal
Michael Paquier
2022-04-12
Revert the addition of GetMaxBackends() and related stuff.
Robert Haas
2022-04-12
Remove not-very-useful early checks of __pg_log_level in logging.h.
Tom Lane
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
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
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
Fix various typos and spelling mistakes in code comments
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-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
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
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
Track I/O timing for temporary file blocks in EXPLAIN (BUFFERS)
Michael Paquier
2022-04-08
pgstat: Hide instability in stats.spec with -DCATCACHE_FORCE_RELEASE.
Andres Freund
2022-04-07
pgstat: add/extend tests for resetting various kinds of stats.
Andres Freund
2022-04-07
Truncate line pointer array during heap pruning.
Peter Geoghegan
2022-04-07
Teach planner and executor about monotonic window funcs
David Rowley
2022-04-07
Extend plsample example to include a trigger handler.
Tom Lane
2022-04-07
Add minimal tests for recovery conflict handling.
Andres Freund
2022-04-07
pgstat: test stats interactions with physical replication.
Andres Freund
2022-04-07
Revert "Rewrite some RI code to avoid using SPI"
Alvaro Herrera
2022-04-07
psql: add \dconfig command to show server's configuration parameters.
Tom Lane
2022-04-07
pgstat: add tests for handling of restarts, including crashes.
Andres Freund
2022-04-07
Rewrite some RI code to avoid using SPI
Alvaro Herrera
[next]