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-05-15
Remove obsolete nbtree insertion comment.
Peter Geoghegan
2019-05-15
Remove no-longer-used typedef.
Tom Lane
2019-05-15
Reverse order of newitem nbtree candidate splits.
Peter Geoghegan
2019-05-14
Handle table_complete_speculative's succeeded argument as documented.
Andres Freund
2019-05-14
Add isolation test for INSERT ON CONFLICT speculative insertion failure.
Andres Freund
2019-05-14
Fix "make clean" to clean out junk files left behind after ssl tests.
Tom Lane
2019-05-14
Move logging.h and logging.c from src/fe_utils/ to src/common/.
Tom Lane
2019-05-14
Remove pg_rewind's private logging.h/logging.c files.
Tom Lane
2019-05-14
Fix SQL-style substring() to have spec-compliant greediness behavior.
Tom Lane
2019-05-14
In bootstrap mode, use default signal handling for SIGINT etc.
Tom Lane
2019-05-14
Update SQL features/conformance information to SQL:2016
Peter Eisentraut
2019-05-14
Update information_schema for SQL:2016
Peter Eisentraut
2019-05-14
Detect internal GiST page splits correctly during index build.
Heikki Linnakangas
2019-05-14
Fix comment on when HOT update is possible.
Heikki Linnakangas
2019-05-14
Fix typo.
Etsuro Fujita
2019-05-14
Fix duplicated words in comments
Michael Paquier
2019-05-13
Standardize ItemIdData terminology.
Peter Geoghegan
2019-05-13
Fix logical replication's ideas about which type OIDs are built-in.
Tom Lane
2019-05-13
Improve commentary about hack in is_publishable_class().
Tom Lane
2019-05-13
Don't leave behind junk nbtree pages during split.
Peter Geoghegan
2019-05-13
Improve comment for att_isnull.
Robert Haas
2019-05-13
Fix misuse of an integer as a bool.
Tom Lane
2019-05-13
Fix incorrect return value in JSON equality function for scalars
Michael Paquier
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-11
Honor TEMP_CONFIG in TAP suites.
Noah Misch
2019-05-11
Fix error reporting in reindexdb
Michael Paquier
2019-05-10
Remove reindex_catalog test from test schedules.
Andres Freund
2019-05-10
Cope with EINVAL and EIDRM shmat() failures in PGSharedMemoryAttach.
Tom Lane
2019-05-10
Fix and improve description of locktag types in lock.h
Michael Paquier
2019-05-09
Improve and fix some error handling for REINDEX INDEX/TABLE CONCURRENTLY
Michael Paquier
2019-05-09
Repair issues with faulty generation of merge-append plans.
Tom Lane
2019-05-09
postgres_fdw: Fix cost estimation for aggregate pushdown.
Etsuro Fujita
2019-05-09
Fix SxactGlobalXmin tracking.
Thomas Munro
2019-05-09
pg_controldata: Add common gettext flags
Peter Eisentraut
2019-05-09
Fix grammar in error message
Peter Eisentraut
2019-05-09
Clean up the behavior and API of catalog.c's is-catalog-relation tests.
Tom Lane
2019-05-09
Fix error status of vacuumdb when multiple jobs are used
Michael Paquier
2019-05-08
Remove obsolete nbtree split REDO routine comment.
Peter Geoghegan
2019-05-08
Fix error messages
Alvaro Herrera
2019-05-08
Fix table lock levels for REINDEX INDEX CONCURRENTLY
Peter Eisentraut
2019-05-08
Probe only 127.0.0.1 when looking for ports on Unix.
Thomas Munro
2019-05-08
Add missing periods to comments.
Etsuro Fujita
2019-05-08
Remove leftover reference to old "flat file" mechanism in a comment.
Heikki Linnakangas
2019-05-08
Correct obsolete nbtsort.c minimum key comment.
Peter Geoghegan
2019-05-07
Add jsonpath_encoding_1.out changes missed in 29ceacc3f9
Alexander Korotkov
2019-05-07
Improve error reporting in jsonpath
Alexander Korotkov
2019-05-07
Add TRUNCATE parameter to VACUUM.
Fujii Masao
2019-05-07
Fix typos and clarify a comment
Magnus Hagander
[next]