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
/
include
Age
Commit message (
Expand
)
Author
2021-12-30
Small cleanups related to PUBLICATION framework code
Alvaro Herrera
2021-12-27
Revert changes about warnings/errors for placeholders.
Tom Lane
2021-12-27
Rename EmitWarningsOnPlaceholders() to MarkGUCPrefixReserved().
Tom Lane
2021-12-23
Move parallel vacuum code to vacuumparallel.c.
Amit Kapila
2021-12-22
Correct comment and some documentation about REPLICA_IDENTITY_INDEX
Michael Paquier
2021-12-22
Move index vacuum routines to vacuum.c.
Amit Kapila
2021-12-20
Add fast path for validating UTF-8 text
John Naylor
2021-12-17
Simplify the general-purpose 64-bit integer parsing APIs
Peter Eisentraut
2021-12-16
Change ProcSendSignal() to take pgprocno.
Thomas Munro
2021-12-13
Remove unimplemented/undocumented geometric functions & operators.
Tom Lane
2021-12-13
Remove InitXLOGAccess().
Robert Haas
2021-12-11
Create a new type category for "internal use" types.
Tom Lane
2021-12-10
Check for STATUS_DELETE_PENDING on Windows.
Thomas Munro
2021-12-09
Standardize cleanup lock terminology.
Peter Geoghegan
2021-12-08
Allow specifying column list for foreign key ON DELETE SET actions
Peter Eisentraut
2021-12-08
Fix changing the ownership of ALL TABLES IN SCHEMA publication.
Amit Kapila
2021-12-07
Update snowball
Peter Eisentraut
2021-12-06
Rethink pg_dump's handling of object ACLs.
Tom Lane
2021-12-03
Some RELKIND macro refactoring
Peter Eisentraut
2021-12-02
Add configure probe for rl_variable_bind().
Tom Lane
2021-11-30
Ignore BRIN indexes when checking for HOT udpates
Tomas Vondra
2021-11-30
Add a view to show the stats of subscription workers.
Amit Kapila
2021-11-30
Fix typos
Michael Paquier
2021-11-29
Simplify declaring variables exported from libpgcommon and libpgport.
Tom Lane
2021-11-29
Portability hack for pg_global_prng_state.
Tom Lane
2021-11-29
Replace random(), pg_erand48(), etc with a better PRNG API and algorithm.
Tom Lane
2021-11-26
Harden be-gssapi-common.h for headerscheck
Alvaro Herrera
2021-11-24
Flush Memoize cache when non-key parameters change, take 2
David Rowley
2021-11-24
Revert "Flush Memoize cache when non-key parameters change"
David Rowley
2021-11-24
Flush Memoize cache when non-key parameters change
David Rowley
2021-11-23
Allow Memoize to operate in binary comparison mode
David Rowley
2021-11-23
Add SQL functions to monitor the directory contents of replication slots
Michael Paquier
2021-11-22
Add ABI extra field to fmgr magic block
Peter Eisentraut
2021-11-22
Report wait events for local shell commands like archive_command.
Fujii Masao
2021-11-19
Fix parallel operations that prevent oldest xmin from advancing.
Amit Kapila
2021-11-18
Provide a variant of simple_prompt() that can be interrupted by ^C.
Tom Lane
2021-11-17
Add a planner support function for starts_with().
Tom Lane
2021-11-16
Fix headerscheck failure in replication/worker_internal.h
Alvaro Herrera
2021-11-13
Explain pruning pgstats accounting subtleties.
Peter Geoghegan
2021-11-11
Improve performance of pgarch_readyXlog() with many status files.
Robert Haas
2021-11-11
Fall back to unsigned int, not int, for socklen_t.
Tom Lane
2021-11-10
Add pg_checkpointer predefined role for CHECKPOINT command.
Jeff Davis
2021-11-09
Remove check for accept() argument types
Peter Eisentraut
2021-11-09
Rename some enums to use TABLE instead of REL.
Amit Kapila
2021-11-08
Reject extraneous data after SSL or GSS encryption handshake.
Tom Lane
2021-11-08
Fix incorrect hash equality operator bug in Memoize
David Rowley
2021-11-05
Change ThisTimeLineID from a global variable to a local variable.
Robert Haas
2021-11-05
Remove all use of ThisTimeLineID global variable outside of xlog.c
Robert Haas
2021-11-05
Introduce 'bbsink' abstraction to modularize base backup code.
Robert Haas
2021-11-05
Add hardening to catch invalid TIDs in indexes.
Peter Geoghegan
[next]