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-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
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-09
Reconcile nodes/*funcs.c with PostgreSQL 12 work.
Noah Misch
2019-06-08
Update stale comments, and fix comment typos.
Noah Misch
2019-06-08
Fix assorted inconsistencies.
Amit Kapila
2019-06-08
Move be-gssapi-common.h into src/include/libpq/
Michael Paquier
2019-06-07
Fix default_tablespace usage for partitioned tables
Alvaro Herrera
2019-06-06
Fix inconsistency in comments atop ExecParallelEstimate.
Amit Kapila
2019-06-06
Fix message style
Alvaro Herrera
2019-06-06
Fix confusion on different kinds of slots in IndexOnlyScans.
Heikki Linnakangas
2019-06-05
Fix confusing NOTICE text in REINDEX CONCURRENTLY
David Rowley
2019-06-05
Fix incorrect index behavior in COPY FROM with partitioned tables
David Rowley
2019-06-05
Rework code using list_delete_cell() in MergeAttributes
Michael Paquier
2019-06-04
Add command column to pg_stat_progress_create_index
Peter Eisentraut
2019-06-03
Fix unsafe memory management in CloneRowTriggersToPartition().
Tom Lane
2019-06-03
Update SQL conformance information about JSON path
Peter Eisentraut
2019-06-03
Fix typos in various places
Michael Paquier
2019-05-31
Fix double-phrase typo in message
Alvaro Herrera
2019-05-30
Make error logging in extended statistics more consistent
Tomas Vondra
2019-05-29
Make one message just like all its siblings.
Alvaro Herrera
2019-05-28
Fix typo in message
Alvaro Herrera
2019-05-26
Fix typos.
Amit Kapila
2019-05-24
Update copyright year.
Thomas Munro
2019-05-24
Fix typos.
Thomas Munro
2019-05-23
tableam: Rename wrapper functions to match callback names.
Andres Freund
2019-05-23
Fix array size allocation for HashAggregate hash keys.
Andrew Gierth
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-22
Convert ExecComputeStoredGenerated to use tuple slots
Peter Eisentraut
2019-05-22
Fix O(N^2) performance issue in pg_publication_tables view.
Tom Lane
2019-05-21
tableam: Move heap-specific logic from needs_toast_table below tableam.
Robert Haas
2019-05-20
Fix comment for issue_xlog_fsync().
Fujii Masao
2019-05-20
Make VACUUM accept 1 and 0 as a boolean value.
Fujii Masao
2019-05-20
Translation updates
Peter Eisentraut
2019-05-20
Remove outdated comment in copy.c.
Andres Freund
2019-05-20
Minimally fix partial aggregation for aggregates that don't have one argument.
Andres Freund
2019-05-19
Don't to predicate lock for analyze scans, refactor scan option passing.
Andres Freund
2019-05-19
Revert "postmaster: Start syslogger earlier".
Tom Lane
2019-05-19
Fix declarations of couple jsonpath functions
Alexander Korotkov
2019-05-18
Make BufFileCreateTemp() ensure that temp tablespaces are set up.
Tom Lane
2019-05-18
"A void function may not return a value".
Tom Lane
2019-05-18
tableam: Avoid relying on relation size to determine validity of tids.
Andres Freund
2019-05-18
tableam: Don't assume that every AM uses md.c style storage.
Andres Freund
2019-05-17
Restructure creation of run-time pruning steps.
Tom Lane
2019-05-16
More message style fixes
Alvaro Herrera
2019-05-16
Remove extra nbtree half-dead internal page check.
Peter Geoghegan
2019-05-16
Fix bogus logic for combining range-partitioned columns during pruning.
Tom Lane
[next]