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-22
Change PROCEDURE to FUNCTION in CREATE TRIGGER syntax
Peter Eisentraut
2018-08-22
Change PROCEDURE to FUNCTION in CREATE OPERATOR syntax
Peter Eisentraut
2018-08-22
doc: Update uses of the word "procedure"
Peter Eisentraut
2018-08-22
Wrap long line in postgresql.conf.sample.
Thomas Munro
2018-08-22
Provide plan_cache_mode options in postgresql.conf.sample.
Thomas Munro
2018-08-21
Fix typo
Alvaro Herrera
2018-08-21
fix typo
Alvaro Herrera
2018-08-21
Fix set of NLS translation issues
Michael Paquier
2018-08-21
Fix typo in description of enable_parallel_hash
Michael Paquier
2018-08-20
Clarify comment about assignment and reset of temp namespace ID in MyProc
Michael Paquier
2018-08-18
Improve error messages for CREATE OR REPLACE PROCEDURE
Peter Eisentraut
2018-08-17
InsertPgAttributeTuple() to set attcacheoff
Peter Eisentraut
2018-08-17
Set scan direction appropriately for SubPlans (bug #15336)
Andrew Gierth
2018-08-16
Use the built-in float datatypes to implement geometric types
Tomas Vondra
2018-08-16
Remove remaining GEODEBUG references from geo_ops.c
Tomas Vondra
2018-08-16
Require a C99-compliant snprintf(), and remove related workarounds.
Tom Lane
2018-08-16
Fix executor prune failure when plan already pruned
Alvaro Herrera
2018-08-16
Close the file descriptor in ApplyLogicalMappingFile
Tomas Vondra
2018-08-16
Update comment in header of errcodes.txt
Michael Paquier
2018-08-16
Improve comment in GetNewObjectId().
Thomas Munro
2018-08-15
Update FSM on WAL replay of page all-visible/frozen
Alvaro Herrera
2018-08-15
Clean up assorted misuses of snprintf()'s result value.
Tom Lane
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
[next]