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
/
utils
Age
Commit message (
Expand
)
Author
2019-07-04
Use appendStringInfoString and appendPQExpBufferStr where possible
David Rowley
2019-07-01
pgindent run prior to branching v12.
Tom Lane
2019-07-01
Fix many typos and inconsistencies
Michael Paquier
2019-07-01
Don't read fields of a misaligned ExpandedObjectHeader or AnyArrayType.
Noah Misch
2019-06-30
Fix breakage introduced in pg_lsn_in()
Peter Eisentraut
2019-06-30
Don't call data type input functions in GUC check hooks
Peter Eisentraut
2019-06-30
Remove explicit error handling for obsolete date/time values
Peter Eisentraut
2019-06-23
Don't call PG_RETURN_BOOL() in a function not returning Datum.
Noah Misch
2019-06-19
Support 'q' flag in jsonpath 'like_regex' predicate
Alexander Korotkov
2019-06-19
Update list of combining characters
Peter Eisentraut
2019-06-17
Fix more typos and inconsistencies in the tree
Michael Paquier
2019-06-15
Rework the pg_statistic_ext catalog
Tomas Vondra
2019-06-14
Fix typos and inconsistencies in code comments
Michael Paquier
2019-06-12
Fix incorrect printing of queries with duplicated join names.
Tom Lane
2019-06-11
Fix conversion of JSON strings to JSON output columns in json_to_record().
Tom Lane
2019-06-11
Don't access catalogs to validate GUCs when not connected to a DB.
Andres Freund
2019-06-08
Update stale comments, and fix comment typos.
Noah Misch
2019-06-03
Fix typos in various places
Michael Paquier
2019-05-26
Fix typos.
Amit Kapila
2019-05-23
tableam: Rename wrapper functions to match callback names.
Andres Freund
2019-05-22
Initial pgperltidy run for v12.
Tom Lane
2019-05-22
Phase 2 pgindent run for v12.
Tom Lane
2019-05-22
Initial pgindent run for v12.
Tom Lane
2019-05-19
Fix declarations of couple jsonpath functions
Alexander Korotkov
2019-05-18
tableam: Avoid relying on relation size to determine validity of tids.
Andres Freund
2019-05-16
More message style fixes
Alvaro Herrera
2019-05-14
Fix SQL-style substring() to have spec-compliant greediness behavior.
Tom Lane
2019-05-14
Fix typo.
Etsuro Fujita
2019-05-13
Fix incorrect return value in JSON equality function for scalars
Michael Paquier
2019-05-12
Fail pgwin32_message_to_UTF16() for SQL_ASCII messages.
Noah Misch
2019-05-09
Clean up the behavior and API of catalog.c's is-catalog-relation tests.
Tom Lane
2019-05-07
Improve error reporting in jsonpath
Alexander Korotkov
2019-05-07
Fix typos and clarify a comment
Magnus Hagander
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-03
Remove RelationSetIndexList().
Tom Lane
2019-05-02
Fix reindexing of pg_class indexes some more.
Tom Lane
2019-04-30
Message style fixes
Alvaro Herrera
2019-04-30
Fix several recently introduced issues around handling new relation forks.
Andres Freund
2019-04-28
Clean up minor warnings from buildfarm.
Tom Lane
2019-04-25
Fix tablespace inheritance for partitioned rels
Alvaro Herrera
2019-04-24
Unify error messages
Alvaro Herrera
2019-04-23
Repair assorted issues in locale data extraction.
Tom Lane
2019-04-23
Don't request pretty-printed output from xmlNodeDump().
Tom Lane
2019-04-19
Fix problems with auto-held portals.
Tom Lane
2019-04-19
Fix collection of typos and grammar mistakes in docs and comments
Michael Paquier
2019-04-18
Fix handling of temp and unlogged tables in FOR ALL TABLES publications
Peter Eisentraut
2019-04-17
postgresql.conf.sample: add proper defaults for include actions
Bruce Momjian
2019-04-17
Minor jsonpath fixes.
Tom Lane
2019-04-17
Return NULL for checksum failures if checksums are not enabled
Magnus Hagander
[next]