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
2019-06-14
Attempt to identify system timezone by reading /etc/localtime symlink.
Tom Lane
2019-06-13
Mark ReplicationSlotCtl as PGDLLIMPORT.
Tom Lane
2019-06-12
Fix incorrect printing of queries with duplicated join names.
Tom Lane
2019-06-12
Fix ALTER COLUMN TYPE failure with a partial exclusion constraint.
Tom Lane
2019-06-11
Don't access catalogs to validate GUCs when not connected to a DB.
Andres Freund
2019-05-31
Fix C++ incompatibilities in plpgsql's header files.
Tom Lane
2019-05-12
Fix misoptimization of "{1,1}" quantifiers in regular expressions.
Tom Lane
2019-05-12
Fail pgwin32_message_to_UTF16() for SQL_ASCII messages.
Noah Misch
2019-05-11
Fix error reporting in reindexdb
Michael Paquier
2019-05-10
Cope with EINVAL and EIDRM shmat() failures in PGSharedMemoryAttach.
Tom Lane
2019-05-08
Remove leftover reference to old "flat file" mechanism in a comment.
Heikki Linnakangas
2019-05-07
Remove some code related to 7.3 and older servers from tools of src/bin/
Michael Paquier
2019-05-06
Stamp 9.4.22.
REL9_4_22
Tom Lane
2019-05-06
Translation updates
Peter Eisentraut
2019-05-06
Use checkAsUser for selectivity estimator checks, if it's set.
Dean Rasheed
2019-05-06
Remove reindex_catalog test from test schedules.
Andres Freund
2019-05-02
Fix reindexing of pg_class indexes some more.
Tom Lane
2019-05-01
Run catalog reindexing test from 3dbb317d32 serially, to avoid deadlocks.
Andres Freund
2019-05-01
Fix unused variable compiler warning in !debug builds.
Andres Freund
2019-04-30
Fix potential assertion failure when reindexing a pg_class index.
Andres Freund
2019-04-27
Portability fix for zic.c.
Tom Lane
2019-04-26
Sync our copy of the timezone library with IANA release tzcode2019a.
Tom Lane
2019-04-26
Update time zone data files to tzdata release 2019a.
Tom Lane
2019-04-24
Fix some minor postmaster-state-machine issues.
Tom Lane
2019-04-24
Fix detection of passwords hashed with MD5
Michael Paquier
2019-04-23
Repair assorted issues in locale data extraction.
Tom Lane
2019-04-17
postgresql.conf.sample: add proper defaults for include actions
Bruce Momjian
2019-04-13
Consistently test for in-use shared memory.
Noah Misch
2019-04-11
Fix off-by-one check that can lead to a memory overflow in ecpg.
Michael Meskes
2019-04-09
Define WIN32_STACK_RLIMIT throughout win32 and cygwin builds.
Noah Misch
2019-04-09
Avoid "could not reattach" by providing space for concurrent allocation.
Noah Misch
2019-04-08
Fix improper interaction of FULL JOINs with lateral references.
Tom Lane
2019-04-05
Revert "Consistently test for in-use shared memory."
Noah Misch
2019-04-04
Silence -Wimplicit-fallthrough in sysv_shmem.c.
Noah Misch
2019-04-04
Handle USE_MODULE_DB for all tests able to use an installed postmaster.
Noah Misch
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-27
Track unowned relations in doubly-linked list
Tomas Vondra
2019-03-24
Fix WAL format incompatibility introduced by backpatching of 52ac6cd2d0
Alexander Korotkov
2019-03-23
Remove inadequate check for duplicate "xml" PI.
Tom Lane
2019-03-23
Revert strlen -> strnlen optimization pre-v11.
Tom Lane
2019-03-23
Ensure xmloption = content while restoring pg_dump output.
Tom Lane
2019-03-23
Accept XML documents when xmloption = content, as required by SQL:2006+.
Tom Lane
2019-03-19
Make checkpoint requests more robust.
Tom Lane
2019-03-14
Ensure dummy paths have correct required_outer if rel is parameterized.
Tom Lane
2019-03-11
Fix potential memory access violation in ecpg if filename of include file is
Michael Meskes
2019-03-10
Disallow NaN as a value for floating-point GUCs.
Tom Lane
2019-03-04
Fix error handling of readdir() port implementation on first file lookup
Michael Paquier
2019-03-03
Further fixing for multi-row VALUES lists for updatable views.
Dean Rasheed
2019-02-28
Improve documentation of data_sync_retry
Michael Paquier
[next]