index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
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
Remove fmgr.h inclusion from partition.h
Alvaro Herrera
2018-09-25
Collect JIT instrumentation from workers.
Andres Freund
2018-09-25
Make some fixes to allow building Postgres on macOS 10.14 ("Mojave").
Tom Lane
2018-09-25
Avoid unnecessary precision loss for pgbench's --rate target.
Tom Lane
2018-09-25
Constify dsa_size_class_map and use a better type.
Thomas Munro
2018-09-25
Ignore publication tables when --no-publications is used
Michael Paquier
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
Use ppoll(2), if available, to wait for input in pgbench.
Tom Lane
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-23
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
Get rid of explicit argument-count markings in tab-complete.c.
Tom Lane
2018-09-21
Fix bogus tab-completion rule for CREATE PUBLICATION.
Tom Lane
2018-09-21
Improve tab completion for ANALYZE, EXPLAIN, and VACUUM.
Tom Lane
2018-09-21
Rationalize Query_for_list_of_[relations] query names in tab-complete.c.
Tom Lane
2018-09-22
Use size_t consistently in dsa.{ch}.
Thomas Munro
2018-09-21
Remove special handling for open() in initdb for Windows
Michael Paquier
2018-09-20
Fix psql's tab completion for TABLE.
Tom Lane
2018-09-20
Fix psql's tab completion for ALTER DATABASE ... SET TABLESPACE.
Tom Lane
2018-09-20
Add a "return" statement to pacify perlcritic.
Tom Lane
2018-09-20
Add missing pg_description strings for pg_type entries.
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-20
Enforce translation mode for Windows frontends to text with open/fopen
Michael Paquier
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-19
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-17
Remove dead code from pop_next_work_item().
Tom Lane
2018-09-17
Fix pgbench lexer's "continuation" rule to cope with Windows newlines.
Tom Lane
2018-09-16
Fix out-of-tree build for transform modules.
Andrew Gierth
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
[next]