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-09-28
Improve error reporting for unsupported effective_io_concurrency setting.
Tom Lane
2018-09-28
Fix assertion failure when updating full_page_writes for checkpointer.
Amit Kapila
2018-09-28
Fix WAL recycling on standbys depending on archive_mode
Michael Paquier
2018-09-27
Fix assorted bugs in pg_get_partition_constraintdef().
Tom Lane
2018-09-27
Minor formatting cleanup for 2a6368343f
Alexander Korotkov
2018-09-27
Remove extra usage of BoxPGetDatum() macro
Alexander Korotkov
2018-09-27
Clean up in the wake of TupleDescGetSlot() removal / 10763358c3f.
Andres Freund
2018-09-26
Switch flags tracking pending interrupts to sig_atomic_t
Michael Paquier
2018-09-26
Recurse to sequences on ownership change for all relkinds
Peter Eisentraut
2018-09-26
Implement %m in src/port/snprintf.c, and teach elog.c to rely on that.
Tom Lane
2018-09-26
Convert elog.c's useful_strerror() into a globally-used strerror wrapper.
Tom Lane
2018-09-26
Update dummy CREATE ASSERTION grammar
Peter Eisentraut
2018-09-26
Fix problems in handling the line data type
Tomas Vondra
2018-09-26
Rework activation of commit timestamps during recovery
Michael Paquier
2018-09-25
Remove absolete function TupleDescGetSlot().
Andres Freund
2018-09-25
Split ExecStoreTuple into ExecStoreHeapTuple and ExecStoreBufferHeapTuple.
Andres Freund
2018-09-25
Remove function list from prologue of execTuples.c.
Andres Freund
2018-09-25
Change TupleTableSlot->tts_nvalid to type AttrNumber.
Andres Freund
2018-09-25
Remove obsolete comment
Alvaro Herrera
2018-09-25
Collect JIT instrumentation from workers.
Andres Freund
2018-09-25
Constify dsa_size_class_map and use a better type.
Thomas Munro
2018-09-24
Sync our Snowball stemmer dictionaries with current upstream.
Tom Lane
2018-09-24
Make EXPLAIN output for JIT compilation more dense.
Andres Freund
2018-09-24
Fast default trigger and expand_tuple fixes
Andrew Dunstan
2018-09-24
Fix over-allocation of space for array_out()'s result string.
Tom Lane
2018-09-24
Document aclitem functions and operators
Joe Conway
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-22
Replace CAS loop with single TAS in ProcArrayGroupClearXid()
Alexander Korotkov
2018-09-22
Make GUC wal_sender_timeout user-settable
Michael Paquier
2018-09-21
Use size_t consistently in dsa.{ch}.
Thomas Munro
2018-09-20
Add a "return" statement to pacify perlcritic.
Tom Lane
2018-09-20
Teach genbki.pl to auto-generate pg_type entries for array types.
Tom Lane
2018-09-20
Fix handling of format string text characters in to_timestamp()/to_date()
Alexander Korotkov
2018-09-20
Fix segment_bins corruption in dsa.c.
Thomas Munro
2018-09-20
Defer restoration of libraries in parallel workers.
Thomas Munro
2018-09-19
Fix minor error message style guide violation.
Tom Lane
2018-09-19
Don't ignore locktable-full failures in StandbyAcquireAccessExclusiveLock.
Tom Lane
2018-09-18
Add support for nearest-neighbor (KNN) searches to SP-GiST
Alexander Korotkov
2018-09-18
Add a debugging option to stress-test outfuncs.c and readfuncs.c.
Tom Lane
2018-09-18
Fix some minor issues exposed by outfuncs/readfuncs testing.
Tom Lane
2018-09-18
Fix some probably-minor oversights in readfuncs.c.
Tom Lane
2018-09-18
Allow DSM allocation to be interrupted.
Thomas Munro
2018-09-18
Refactor routines for subscription and publication lookups
Michael Paquier
2018-09-17
Fix parsetree representation of XMLTABLE(XMLNAMESPACES(DEFAULT ...)).
Tom Lane
2018-09-16
Add outfuncs.c support for RawStmt nodes.
Tom Lane
2018-09-15
In v11, disable JIT by default (it's still enabled by default in HEAD).
Tom Lane
2018-09-15
Fix failure with initplans used conditionally during EvalPlanQual rechecks.
Tom Lane
2018-09-14
Move PartitionDispatchData struct definition to execPartition.c
Alvaro Herrera
2018-09-14
Fix ALTER/TYPE on columns referenced by FKs in partitioned tables
Alvaro Herrera
[next]