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
/
utils
/
misc
Age
Commit message (
Expand
)
Author
2020-06-07
Formatting and punctuation improvements in postgresql.conf.sample
Peter Eisentraut
2020-05-28
Fix some mentions to memory units in postgresql.conf.sample
Michael Paquier
2020-05-21
Clear some style deviations.
Noah Misch
2020-05-14
Initial pgindent and pgperltidy run for v13.
Tom Lane
2020-05-13
Dial back -Wimplicit-fallthrough to level 3
Alvaro Herrera
2020-05-12
Add -Wimplicit-fallthrough to CFLAGS and CXXFLAGS
Alvaro Herrera
2020-04-07
Allow users to limit storage reserved by replication slots
Alvaro Herrera
2020-04-06
Implement Incremental Sort
Tomas Vondra
2020-04-04
Skip WAL for new relfilenodes, under wal_level=minimal.
Noah Misch
2020-04-02
Improve user control over truncation of logged bind-parameter values.
Tom Lane
2020-04-02
Add maintenance_io_concurrency to postgresql.conf.sample.
Thomas Munro
2020-03-28
Trigger autovacuum based on number of INSERTs
David Rowley
2020-03-27
Allow walreceiver configuration to change on reload
Alvaro Herrera
2020-03-27
Set wal_receiver_create_temp_slot PGC_POSTMASTER
Alvaro Herrera
2020-03-24
Fix compiler warning on Cygwin
Peter Eisentraut
2020-03-22
Revert "Skip WAL for new relfilenodes, under wal_level=minimal."
Noah Misch
2020-03-21
Skip WAL for new relfilenodes, under wal_level=minimal.
Noah Misch
2020-03-18
Disk-based Hash Aggregation.
Jeff Davis
2020-03-16
Introduce a maintenance_io_concurrency setting.
Thomas Munro
2020-03-16
Simplify the effective_io_concurrency setting.
Thomas Munro
2020-03-15
Add backend type to csvlog and optionally log_line_prefix
Peter Eisentraut
2020-03-13
Unify several ways to tracking backend type
Peter Eisentraut
2020-03-11
Refactor ps_status.c API
Peter Eisentraut
2020-03-10
Remove utils/acl.h from catalog/objectaddress.h
Peter Eisentraut
2020-03-09
Mark ssl_passphrase_command as GUC_SUPERUSER_ONLY.
Fujii Masao
2020-03-04
Introduce macros for typalign and typstorage constants.
Tom Lane
2020-02-24
Account explicitly for long-lived FDs that are allocated outside fd.c.
Tom Lane
2020-02-06
Revert "Add GUC checks for ssl_min_protocol_version and ssl_max_protocol_vers...
Michael Paquier
2020-02-03
Add declaration-level assertions for compile-time checks
Michael Paquier
2020-01-30
Clean up newlines following left parentheses
Alvaro Herrera
2020-01-30
Remove excess parens in ereport() calls
Alvaro Herrera
2020-01-26
Fix EXPLAIN (SETTINGS) to follow policy about when to print empty fields.
Tom Lane
2020-01-22
Add GUC ignore_invalid_pages.
Fujii Masao
2020-01-18
Add GUC checks for ssl_min_protocol_version and ssl_max_protocol_version
Michael Paquier
2020-01-15
Report progress of ANALYZE commands
Alvaro Herrera
2020-01-14
walreceiver uses a temporary replication slot by default
Peter Eisentraut
2020-01-07
Increase the maximum value of track_activity_query_size.
Robert Haas
2020-01-01
Update copyrights for 2020
Bruce Momjian
2019-12-24
Avoid splitting C string literals with \-newline
Alvaro Herrera
2019-12-20
Fix compiler warnings on MSYS2
Peter Eisentraut
2019-12-11
Emit parameter values during query bind/execute errors
Alvaro Herrera
2019-12-10
Fix tuple column count in pg_control_init().
Tom Lane
2019-12-04
Update minimum SSL version
Peter Eisentraut
2019-11-29
Make allow_system_table_mods settable at run time
Peter Eisentraut
2019-11-21
Remove configure --disable-float4-byval
Peter Eisentraut
2019-11-19
Add logical_decoding_work_mem to limit ReorderBuffer memory usage.
Amit Kapila
2019-11-12
Make the order of the header file includes consistent in backend modules.
Amit Kapila
2019-11-08
Add backtrace support for error reporting
Alvaro Herrera
2019-11-06
Allow sampling of statements depending on duration
Tomas Vondra
2019-11-05
Split all OBJS style lines in makefiles into one-line-per-entry style.
Andres Freund
[next]