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
Age
Commit message (
Expand
)
Author
2019-08-05
Require the schema qualification in pg_temp.type_name(arg).
Noah Misch
2019-08-05
Translation updates
Peter Eisentraut
2019-07-26
Tweak our special-case logic for the IANA "Factory" timezone.
Tom Lane
2019-07-26
Fix loss of fractional digits for large values in cash_numeric().
Tom Lane
2019-07-18
Fix error in commit e6feef57.
Jeff Davis
2019-07-18
Fix daterange canonicalization for +/- infinity.
Jeff Davis
2019-07-16
Fix thinko in construction of old_conpfeqop list.
Tom Lane
2019-07-10
Fix variable initialization when using buffering build with GiST
Michael Paquier
2019-07-01
Don't read fields of a misaligned ExpandedObjectHeader or AnyArrayType.
Noah Misch
2019-06-30
Repair logic for reordering grouping sets optimization.
Andrew Gierth
2019-06-28
Fix misleading comment in nodeIndexonlyscan.c.
Thomas Munro
2019-06-27
Update reference to sampling algorithm in analyze.c
Tomas Vondra
2019-06-24
Further fix ALTER COLUMN TYPE's handling of indexes and index constraints.
Tom Lane
2019-06-20
Remove obsolete comments about sempahores from proc.c.
Thomas Munro
2019-06-17
Translation updates
Peter Eisentraut
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-12
Fix handling of COMMENT for domain constraints
Michael Paquier
2019-06-11
Don't access catalogs to validate GUCs when not connected to a DB.
Andres Freund
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-12
Rearrange pgstat_bestart() to avoid failures within its critical section.
Tom Lane
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-06
Translation updates
Peter Eisentraut
2019-05-06
Use checkAsUser for selectivity estimator checks, if it's set.
Dean Rasheed
2019-05-06
Fix security checks for selectivity estimation functions with RLS.
Dean Rasheed
2019-05-02
Fix reindexing of pg_class indexes some more.
Tom Lane
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-24
Fix some minor postmaster-state-machine issues.
Tom Lane
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-10
Fix backwards test in operator_precedence_warning logic.
Tom Lane
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
Consistently test for in-use shared memory.
Noah Misch
2019-04-02
Perform RLS subquery checks as the right user when going via a view.
Dean Rasheed
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
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
[next]