index
:
users/bernd/postgres.git
FIX_VENDOR
MANUAL_DIST
PG95-DIST
PG95_DIST
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_0
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL9_6_STABLE
REL_11_STABLE_clang34
Release_1_0_3
WIN32_DEV
configurable_shmem_type
data_checksum_guc
disable_trust_ident
ecpg_big_bison
master
notnull_constraint
search_path_completion
truncate_stats
Bernd Helmle's repository
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
postmaster
Age
Commit message (
Expand
)
Author
2019-05-26
Fix typos.
Amit Kapila
2019-05-22
Phase 2 pgindent run for v12.
Tom Lane
2019-05-19
Revert "postmaster: Start syslogger earlier".
Tom Lane
2019-05-16
More message style fixes
Alvaro Herrera
2019-05-12
Rearrange pgstat_bestart() to avoid failures within its critical section.
Tom Lane
2019-05-07
Add TRUNCATE parameter to VACUUM.
Fujii Masao
2019-05-07
Avoid "invalid memory alloc request size" while reading pg_stat_activity.
Tom Lane
2019-05-01
Fix union for pgstat message types
Magnus Hagander
2019-04-28
Use preprocessor conditions compatible with Emacs indent.
Noah Misch
2019-04-25
Fix function names in comments.
Fujii Masao
2019-04-24
Fix some minor postmaster-state-machine issues.
Tom Lane
2019-04-24
Allow pg_class xid & multixid horizons to not be set.
Andres Freund
2019-04-13
Consistently test for in-use shared memory.
Noah Misch
2019-04-12
Show shared object statistics in pg_stat_database
Magnus Hagander
2019-04-10
Avoid counting transaction stats for parallel worker cooperating
Amit Kapila
2019-04-09
Avoid "could not reattach" by providing space for concurrent allocation.
Noah Misch
2019-04-05
Wake up interested backends when a checkpoint fails.
Thomas Munro
2019-04-05
Revert "Consistently test for in-use shared memory."
Noah Misch
2019-04-04
Allow VACUUM to be run with index cleanup disabled.
Robert Haas
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-03
GSSAPI encryption support
Stephen Frost
2019-03-25
Add macro to cast away volatile without allowing changes to underlying type
Peter Eisentraut
2019-03-24
Make current_logfiles use permissions assigned to files in data directory
Michael Paquier
2019-03-19
Make checkpoint requests more robust.
Tom Lane
2019-03-18
Fold vacuum's 'int options' parameter into VacuumParams.
Robert Haas
2019-03-13
Use condition variables to wait for checkpoints.
Thomas Munro
2019-03-11
tableam: Add and use scan APIs.
Andres Freund
2019-03-10
Convert [autovacuum_]vacuum_cost_delay into floating-point GUCs.
Tom Lane
2019-03-09
Track block level checksum failures in pg_stat_database
Magnus Hagander
2019-03-06
Don't log incomplete startup packet if it's empty
Andrew Dunstan
2019-02-22
Report correct name in autovacuum "work items" activity
Alvaro Herrera
2019-02-12
Move max_wal_senders out of max_connections for connection slot handling
Michael Paquier
2019-01-31
Add more columns to pg_stat_ssl
Peter Eisentraut
2019-01-30
Log PostgreSQL version number on startup
Peter Eisentraut
2019-01-30
postmaster: Start syslogger earlier
Peter Eisentraut
2019-01-26
Change function call information to be variable length.
Andres Freund
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-19
Replace @postgresql.org with @lists.postgresql.org for mailinglists
Magnus Hagander
2019-01-14
Fix typos in documentation and for one wait event
Michael Paquier
2019-01-02
Update copyright for 2019
Bruce Momjian
2019-01-01
Remove configure switch --disable-strong-random
Michael Paquier
2018-12-29
Use pg_strong_random() to select each server process's random seed.
Tom Lane
2018-12-24
Prioritize history files when archiving
Michael Paquier
2018-12-17
Modernize our code for looking up descriptive strings for Unix signals.
Tom Lane
2018-12-16
Improve detection of child-process SIGPIPE failures.
Tom Lane
2018-12-10
Ensure cleanup of orphan archive status files
Michael Paquier
2018-11-23
Silence compiler warnings
Alvaro Herrera
2018-11-23
Add WL_EXIT_ON_PM_DEATH pseudo-event.
Thomas Munro
[next]