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-08-13
Remove obsolete netbsd dynloader code
Peter Eisentraut
2018-08-13
Remove obsolete openbsd dynloader code
Peter Eisentraut
2018-08-13
Remove obsolete freebsd dynloader code
Peter Eisentraut
2018-08-13
Remove obsolete linux dynloader code
Peter Eisentraut
2018-08-13
Remove obsolete darwin dynloader code
Peter Eisentraut
2018-08-13
Remove obsolete comment
Peter Eisentraut
2018-08-13
Make autovacuum more aggressive to remove orphaned temp tables
Michael Paquier
2018-08-13
Adjust comment atop ExecShutdownNode.
Amit Kapila
2018-08-13
Prohibit shutting down resources if there is a possibility of back up.
Amit Kapila
2018-08-13
Avoid query-lifetime memory leaks in XMLTABLE (bug #15321)
Andrew Gierth
2018-08-11
Fix wrong order of operations in inheritance_planner.
Tom Lane
2018-08-10
Revert changes in execMain.c from commit 16828d5c0273b
Andrew Dunstan
2018-08-10
Handle parallel index builds on mapped relations.
Peter Geoghegan
2018-08-10
Improve TRUNCATE by avoiding early lock queue
Michael Paquier
2018-08-10
Fix typo in SP-GiST error message
Alexander Korotkov
2018-08-09
Spell "partitionwise" consistently.
Heikki Linnakangas
2018-08-09
Restrict access to reindex of shared catalogs for non-privileged users
Michael Paquier
2018-08-09
Remove bogus Assert in make_partitionedrel_pruneinfo().
Tom Lane
2018-08-08
Don't run atexit callbacks in quickdie signal handlers.
Heikki Linnakangas
2018-08-08
Match RelOptInfos by relids not pointer equality.
Tom Lane
2018-08-07
Don't record FDW user mappings as members of extensions.
Tom Lane
2018-08-07
Fix incorrect initialization of BackendActivityBuffer.
Tom Lane
2018-08-05
Remove support for tls-unique channel binding.
Heikki Linnakangas
2018-08-04
Fix INSERT ON CONFLICT UPDATE through a view that isn't just SELECT *.
Tom Lane
2018-08-04
Reset properly errno before calling write()
Michael Paquier
2018-08-03
Add table relcache invalidation to index builds.
Peter Geoghegan
2018-08-03
Fix buffer usage stats for parallel nodes.
Amit Kapila
2018-08-03
Match the buffer usage tracking for leader and worker backends.
Amit Kapila
2018-08-01
Fix run-time partition pruning for appends with multiple source rels.
Tom Lane
2018-08-01
Fix logical replication slot initialization
Alvaro Herrera
2018-08-01
Fix unnoticed variable shadowing in previous commit
Alvaro Herrera
2018-08-01
Fix per-tuple memory leak in partition tuple routing
Alvaro Herrera
2018-08-01
Allow multi-inserts during COPY into a partitioned table
Peter Eisentraut
2018-07-31
Further fixes for quoted-list GUC values in pg_dump and ruleutils.c.
Tom Lane
2018-07-30
Remove dead code left behind by 1b6801051.
Tom Lane
2018-07-30
Verify range bounds to bms_add_range when necessary
Alvaro Herrera
2018-07-30
Change bms_add_range to be a no-op for empty ranges
Alvaro Herrera
2018-07-30
Set ActiveSnapshot when logically replaying inserts
Alvaro Herrera
2018-07-30
Add ssl_library preset parameter
Peter Eisentraut
2018-07-29
Mark variable used only in assertion with PG_USED_FOR_ASSERTS_ONLY
Tomas Vondra
2018-07-29
Restore handling of -0 in the C field of lines in line_construct().
Tomas Vondra
2018-07-29
Fix two oversights from 9ebe0572 which refactored cluster_rel
Michael Paquier
2018-07-29
Document security implications of qualified names.
Noah Misch
2018-07-29
Provide separate header file for built-in float types
Tomas Vondra
2018-07-29
Refactor geometric functions and operators
Tomas Vondra
2018-07-27
Reduce path length for locking leaf B-tree pages during insertion
Alexander Korotkov
2018-07-27
Fix grammar in README.tuplock
Alvaro Herrera
2018-07-27
Use key and partdesc from PartitionDispatch where possible.
Robert Haas
2018-07-27
Fix the buffer release order for parallel index scans.
Amit Kapila
2018-07-26
Avoid crash in eval_const_expressions if a Param's type changes.
Tom Lane
[next]