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-11-01
Fix error message typo introduced 691d79a07933.
Andres Freund
2018-10-31
Disallow starting server with insufficient wal_level for existing slot.
Andres Freund
2018-10-31
Fix memory leak in repeated SPGIST index scans.
Tom Lane
2018-10-16
Avoid statically allocating gmtsub()'s timezone workspace.
Tom Lane
2018-10-15
Check for stack overrun in standard_ProcessUtility().
Tom Lane
2018-10-14
Avoid duplicate XIDs at recovery when building initial snapshot
Michael Paquier
2018-10-10
Fix logical decoding error when system table w/ toast is repeatedly rewritten.
Andres Freund
2018-10-05
Allow btree comparison functions to return INT_MIN.
Tom Lane
2018-10-02
Fix corner-case failures in has_foo_privilege() family of functions.
Tom Lane
2018-10-01
Fix ALTER COLUMN TYPE to not open a relation without any lock.
Tom Lane
2018-09-26
Recurse to sequences on ownership change for all relkinds
Peter Eisentraut
2018-09-24
Fix over-allocation of space for array_out()'s result string.
Tom Lane
2018-09-24
Initialize random() in bootstrap/stand-alone postgres and in initdb.
Noah Misch
2018-09-23
Fix failure in WHERE CURRENT OF after rewinding the referenced cursor.
Tom Lane
2018-09-18
Allow DSM allocation to be interrupted.
Thomas Munro
2018-09-15
Fix failure with initplans used conditionally during EvalPlanQual rechecks.
Tom Lane
2018-09-12
Repair bug in regexp split performance improvements.
Andrew Gierth
2018-09-11
Support building with Visual Studio 2015
Andrew Dunstan
2018-09-09
Fix past pd_upper write in ginRedoRecompress()
Alexander Korotkov
2018-09-08
Save/restore SPI's global variables in SPI_connect() and SPI_finish().
Tom Lane
2018-09-07
Limit depth of forced recursion for CLOBBER_CACHE_RECURSIVELY.
Tom Lane
2018-09-07
Fix longstanding recursion hazard in sinval message processing.
Tom Lane
2018-09-02
Fix initial sync of slot parent directory when restoring status
Michael Paquier
2018-09-01
Avoid using potentially-under-aligned page buffers.
Tom Lane
2018-09-01
Ignore server-side delays when enforcing wal_sender_timeout.
Noah Misch
2018-08-31
Ensure correct minimum consistent point on standbys
Michael Paquier
2018-08-28
Avoid quadratic slowdown in regexp match/split functions.
Andrew Gierth
2018-08-26
Make syslogger more robust against failures in opening CSV log files.
Tom Lane
2018-08-23
Reduce an unnecessary O(N^3) loop in lexer.
Andrew Gierth
2018-08-21
Fix set of NLS translation issues
Michael Paquier
2018-08-17
Set scan direction appropriately for SubPlans (bug #15336)
Andrew Gierth
2018-08-16
Close the file descriptor in ApplyLogicalMappingFile
Tomas Vondra
2018-08-15
Clean up assorted misuses of snprintf()'s result value.
Tom Lane
2018-08-08
Don't run atexit callbacks in quickdie signal handlers.
Heikki Linnakangas
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-06
Translation updates
Peter Eisentraut
2018-08-04
Reset properly errno before calling write()
Michael Paquier
2018-08-03
Add table relcache invalidation to index builds.
Peter Geoghegan
2018-07-31
Further fixes for quoted-list GUC values in pg_dump and ruleutils.c.
Tom Lane
2018-07-29
Document security implications of qualified names.
Noah Misch
2018-07-19
Fix handling of empty uncompressed posting list pages in GIN
Alexander Korotkov
2018-07-18
Fix misc typos, mostly in comments.
Heikki Linnakangas
2018-07-13
Fix inadequate buffer locking in FSM and VM page re-initialization.
Tom Lane
2018-07-12
Make logical WAL sender report streaming state appropriately
Michael Paquier
2018-07-09
Avoid emitting a bogus WAL record when recycling an all-zero btree page.
Tom Lane
2018-07-09
Prevent accidental linking of system-supplied copies of libpq.so etc.
Tom Lane
2018-07-05
Prevent references to invalid relation pages after fresh promotion
Michael Paquier
2018-07-04
Check for interrupts inside the nbtree page deletion code.
Andres Freund
2018-07-04
Improve the performance of relation deletes during recovery.
Fujii Masao
[next]