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
/
init
Age
Commit message (
Expand
)
Author
2021-01-27
Reduce the default value of vacuum_cost_page_miss.
Peter Geoghegan
2021-01-06
Add idle_session_timeout.
Tom Lane
2021-01-02
Update copyright for 2021
Bruce Momjian
2020-12-28
Fix assorted issues in backend's GSSAPI encryption support.
Tom Lane
2020-12-02
Add GSS information to connection authorized log message
Stephen Frost
2020-11-07
Move catalog index declarations
Peter Eisentraut
2020-09-16
Centralize setup of SIGQUIT handling for postmaster child processes.
Tom Lane
2020-08-14
Fix postmaster's behavior during smart shutdown.
Tom Lane
2020-08-12
snapshot scalability: Don't compute global horizons while building snapshots.
Andres Freund
2020-07-30
Use a long lived WaitEventSet for WaitLatch().
Thomas Munro
2020-07-29
Add hash_mem_multiplier GUC.
Peter Geoghegan
2020-07-08
code: replace 'master' with 'leader' where appropriate.
Andres Freund
2020-07-02
Initialize work_mem using current guc.c default.
Peter Geoghegan
2020-05-14
Initial pgindent and pgperltidy run for v13.
Tom Lane
2020-04-06
Recompute stack base in forked postmaster children.
Andres Freund
2020-03-13
Unify several ways to tracking backend type
Peter Eisentraut
2020-03-11
Refactor ps_status.c API
Peter Eisentraut
2020-03-11
Clean up order in miscinit.c a bit
Peter Eisentraut
2020-02-21
Assume that we have utime() and <utime.h>.
Tom Lane
2020-02-11
Use pg_pwrite() in more places.
Thomas Munro
2020-02-05
Make vacuum buffer counters 64 bits wide
Alvaro Herrera
2020-01-01
Update copyrights for 2020
Bruce Momjian
2019-12-26
Revert "Rename files and headers related to index AM"
Michael Paquier
2019-12-25
Rename files and headers related to index AM
Michael Paquier
2019-12-19
Extend the ProcSignal mechanism to support barriers.
Robert Haas
2019-12-17
Partially deduplicate interrupt handling for background processes.
Robert Haas
2019-12-09
Fix typos in miscinit.c.
Amit Kapila
2019-11-12
Make the order of the header file includes consistent in backend modules.
Amit Kapila
2019-11-05
Split all OBJS style lines in makefiles into one-line-per-entry style.
Andres Freund
2019-10-02
Revert hooks for session start and end, take two
Michael Paquier
2019-10-01
Add hooks for session start and session end, take two
Michael Paquier
2019-09-05
Use data directory inode number, not port, to select SysV resource keys.
Tom Lane
2019-07-15
Represent Lists as expansible arrays, not chains of cons-cells.
Tom Lane
2019-05-22
Initial pgindent run for v12.
Tom Lane
2019-04-13
Consistently test for in-use shared memory.
Noah Misch
2019-04-05
Revert "Consistently test for in-use shared memory."
Noah Misch
2019-04-04
Refactor the fsync queue for wider use.
Thomas Munro
2019-04-04
Consistently test for in-use shared memory.
Noah Misch
2019-04-01
Update HINT for pre-existing shared memory block.
Noah Misch
2019-03-11
tableam: Add and use scan APIs.
Andres Freund
2019-03-10
Revert "Increase the default vacuum_cost_limit from 200 to 2000"
Tom Lane
2019-03-10
Convert [autovacuum_]vacuum_cost_delay into floating-point GUCs.
Tom Lane
2019-03-06
Increase the default vacuum_cost_limit from 200 to 2000
Andrew Dunstan
2019-02-12
Move max_wal_senders out of max_connections for connection slot handling
Michael Paquier
2019-01-21
Remove superfluous tqual.h includes.
Andres Freund
2019-01-21
Replace uses of heap_open et al with the corresponding table_* function.
Andres Freund
2019-01-15
Don't include genam.h from execnodes.h and relscan.h anymore.
Andres Freund
2019-01-02
Update copyright for 2019
Bruce Momjian
2018-11-21
Remove WITH OIDS support, change oid catalog column visibility.
Andres Freund
2018-10-19
Refactor pid, random seed and start time initialization.
Thomas Munro
[next]