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
2018-04-28
Clarify handling of special-case values in bootstrap catalog data.
Tom Lane
2018-04-28
Assorted minor doc/comment fixes.
Tom Lane
2018-04-28
Try to get some info about Windows can't-reattach-to-shared-memory errors.
Tom Lane
2018-04-27
Adjust hints and docs to suggest CREATE EXTENSION not CREATE LANGUAGE.
Tom Lane
2018-04-27
perltidy: Add option --nooutdent-long-comments
Peter Eisentraut
2018-04-27
perltidy: Add option --nooutdent-long-quotes
Peter Eisentraut
2018-04-27
Remove outdated comment on how to set logtape's read buffer size.
Heikki Linnakangas
2018-04-26
Post-feature-freeze pgindent run.
Tom Lane
2018-04-26
Preliminary work for pgindent run.
Tom Lane
2018-04-26
Avoid parsing catalog data twice during BKI file construction.
Tom Lane
2018-04-25
Convert unused_oids and duplicate_oids to use Catalog.pm infrastructure.
Tom Lane
2018-04-25
Make Catalog.pm's representation of toast and index decls more abstract.
Tom Lane
2018-04-25
Prevent generation of bogus subquery scan paths.
Robert Haas
2018-04-25
Reindent Perl files with perltidy version 20170521.
Tom Lane
2018-04-25
Update ExecInitPartitionInfo comment
Alvaro Herrera
2018-04-24
Initialize ExprStates once in run-time partition pruning
Alvaro Herrera
2018-04-23
Add GUC enable_partition_pruning
Alvaro Herrera
2018-04-23
Fix handling of partition bounds for boolean partitioning columns.
Tom Lane
2018-04-23
Fix typo in logical truncate replication
Peter Eisentraut
2018-04-23
Add missing pstrdup
Alvaro Herrera
2018-04-23
Remove useless default clause in switch
Alvaro Herrera
2018-04-23
Make bms_prev_member work correctly with a 64 bit bitmapword
Teodor Sigaev
2018-04-23
Fix wrong validation of top-parent pointer during page deletion in Btree.
Teodor Sigaev
2018-04-21
Add missing "static" marker.
Tom Lane
2018-04-20
Fix a couple minor typos
Stephen Frost
2018-04-20
Fix race conditions when an event trigger is added concurrently with DDL.
Tom Lane
2018-04-20
Tweak a couple of planner APIs to save recalculating join relids.
Tom Lane
2018-04-20
Change more places to be less trusting of RestrictInfo.is_pushed_down.
Tom Lane
2018-04-19
Improve consistency of comments in system catalog headers.
Tom Lane
2018-04-19
Fix incorrect handling of join clauses pushed into parameterized paths.
Tom Lane
2018-04-19
Remove quick path in ExecInitPartitionInfo for equal tupdescs
Alvaro Herrera
2018-04-19
Plural of modulus is moduli
Alvaro Herrera
2018-04-19
Rework code to determine partition pruning procedure
Alvaro Herrera
2018-04-19
Adjust _bt_insertonpg() comments
Teodor Sigaev
2018-04-19
Handle XLOG_BTREE_META_CLEANUP in btree_desc() and btree_identify()
Teodor Sigaev
2018-04-19
Adjust INCLUDE index truncation comments and code.
Teodor Sigaev
2018-04-18
Improve error detection/reporting in Catalog.pm and genbki.pl.
Tom Lane
2018-04-18
Better fix for deadlock hazard in CREATE INDEX CONCURRENTLY.
Tom Lane
2018-04-17
Rationalize handling of single and double quotes in bootstrap data.
Tom Lane
2018-04-17
Rationalize handling of array type names in bootstrap data.
Tom Lane
2018-04-17
Simplify genbki.pl's data quoting rules.
Tom Lane
2018-04-17
Fix confusion on the padding of GIDs in on commit and abort records.
Heikki Linnakangas
2018-04-17
Update Append's idea of first_partial_plan
Alvaro Herrera
2018-04-17
Fix a few typos in comments and variable names.
Heikki Linnakangas
2018-04-17
Add more infinite recursion detection while locking a view.
Tatsuo Ishii
2018-04-16
Fix broken collation-aware searches in SP-GiST text opclass.
Tom Lane
2018-04-16
Ignore whole-rows in INSERT/CONFLICT with partitioned tables
Alvaro Herrera
2018-04-15
Clean up callers of JsonbIteratorNext().
Tom Lane
2018-04-15
Don't attempt to verify checksums on new pages
Magnus Hagander
2018-04-15
Simplify view-expansion code in rewriteHandler.c.
Tom Lane
[next]