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-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
2018-07-25
LLVMJIT: Release JIT context after running ExprContext shutdown callbacks.
Andres Freund
2018-07-25
LLVMJIT: Check for 'noinline' attribute in recursively inlined functions.
Andres Freund
2018-07-24
Pad semaphores to avoid false sharing.
Thomas Munro
2018-07-24
Defend against some potential spurious compiler warnings in 86eaf208e.
Andres Freund
2018-07-24
Refactor cluster_rel() to handle more options
Michael Paquier
2018-07-24
Fix calculation for WAL segment recycling and removal
Michael Paquier
2018-07-24
Use setproctitle_fast() to update the ps status, if available.
Thomas Munro
2018-07-23
LLVMJIT: Adapt to API changes in gdb and perf support.
Andres Freund
2018-07-23
LLVMJIT: Fix LLVM build for LLVM > 7.
Andres Freund
2018-07-23
Reset context at the tail end of JITed EEOP_AGG_PLAIN_TRANS.
Andres Freund
2018-07-23
Add proper errcodes to new error messages for read() failures
Michael Paquier
[next]