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
Age
Commit message (
Expand
)
Author
2018-09-26
Implement %m in src/port/snprintf.c, and teach elog.c to rely on that.
Tom Lane
2018-09-26
Always use our own versions of *printf().
Tom Lane
2018-09-26
Incorporate strerror_r() into src/port/snprintf.c, too.
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
Improve test coverage of geometric types
Tomas Vondra
2018-09-26
Fix problems in handling the line data type
Tomas Vondra
2018-09-26
Add basic regression tests for default monitoring roles
Michael Paquier
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
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-25
Revoke pg_stat_statements_reset() permissions
Michael Paquier
2018-09-24
Sync our Snowball stemmer dictionaries with current upstream.
Tom Lane
2018-09-24
auto_explain: Include JIT information if applicable.
Andres Freund
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-24
Initialize random() in bootstrap/stand-alone postgres and in initdb.
Noah Misch
2018-09-23
Doc: warn against using parallel restore with --load-via-partition-root.
Tom Lane
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-22
Get rid of explicit argument-count markings in tab-complete.c.
Tom Lane
2018-09-22
doc: JIT is enabled by default in PG 12
Bruce Momjian
2018-09-21
docs: remove use of escape strings and use bytea hex output
Bruce Momjian
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-21
Use size_t consistently in dsa.{ch}.
Thomas Munro
2018-09-21
Document lock taken on referenced table when adding a foreign key
Michael Paquier
2018-09-21
Error out for clang on x86-32 without SSE2 support, no -fexcess-precision.
Andres Freund
2018-09-20
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
[next]