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-22
Convert ExecComputeStoredGenerated to use tuple slots
Peter Eisentraut
2019-05-22
Mention ANALYZE boolean options in documentation.
Fujii Masao
2019-05-22
Fix O(N^2) performance issue in pg_publication_tables view.
Tom Lane
2019-05-22
Add .gitignore entries for new ecpg test case.
Tom Lane
2019-05-22
In transam.h, don't expose static inline functions to frontend code.
Tom Lane
2019-05-22
Fix ordering of GRANT commands in pg_dump for database creation
Michael Paquier
2019-05-22
Un-break pg_upgrade regression test.
Tom Lane
2019-05-22
Implement PREPARE AS statement for ECPG.
Michael Meskes
2019-05-21
pg_upgrade: Avoid check target accidentally breaking make's --output-sync.
Andres Freund
2019-05-21
pg_upgrade: Don't use separate installation for test.
Andres Freund
2019-05-21
Make pg_upgrade's test.sh less chatty.
Tom Lane
2019-05-21
Insert temporary debugging output in regression tests.
Tom Lane
2019-05-21
tableam: Move heap-specific logic from needs_toast_table below tableam.
Robert Haas
2019-05-20
Stamp 12beta1.
REL_12_BETA1
Tom Lane
2019-05-20
Fix regression tests broken in fc7c281f87467.
Andres Freund
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 bug.template file
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
Fix and improve SnapshotType comments.
Andres Freund
2019-05-19
Revert "In the pg_upgrade test suite, don't write to src/test/regress."
Noah Misch
2019-05-19
Don't to predicate lock for analyze scans, refactor scan option passing.
Andres Freund
2019-05-19
In the pg_upgrade test suite, don't write to src/test/regress.
Noah Misch
2019-05-19
Improve logrotate test so that it meaningfully exercises syslogger.
Tom Lane
2019-05-19
Revert "postmaster: Start syslogger earlier".
Tom Lane
2019-05-19
Fix declarations of couple jsonpath functions
Alexander Korotkov
2019-05-19
ANSI-ify a few straggler K&R-style function definitions.
Tom Lane
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-17
Fix regression test outputs
Michael Paquier
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
2019-05-16
Fix partition pruning to treat stable comparison operators properly.
Tom Lane
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
[next]