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
Age
Commit message (
Expand
)
Author
2018-10-08
Silence compiler warning in Assert()
Alvaro Herrera
2018-10-08
Translation updates
Peter Eisentraut
2018-10-08
Track procedure calls in pg_stat_user_functions
Peter Eisentraut
2018-10-08
Improve two error messages related to foreign keys on partitioned tables
Michael Paquier
2018-10-08
Fix speling error
Magnus Hagander
2018-10-07
Fix catalog insertion order for ATTACH PARTITION
Alvaro Herrera
2018-10-06
Fix event triggers for partitioned tables
Alvaro Herrera
2018-10-06
Propagate xactStartTimestamp and stmtStartTimestamp to parallel workers.
Tom Lane
2018-10-06
Assign constraint name when cloning FK definition for partitions
Michael Paquier
2018-10-05
Allow btree comparison functions to return INT_MIN.
Tom Lane
2018-10-05
Ensure that PLPGSQL_DTYPE_ROW variables have valid refname fields.
Tom Lane
2018-10-04
Fix duplicate primary keys in partitions
Alvaro Herrera
2018-10-03
Fix issues around EXPLAIN with JIT.
Andres Freund
2018-10-03
MAXALIGN the target address where we store flattened value.
Amit Kapila
2018-10-02
Set snprintf.c's maximum number of NL arguments to be 31.
Tom Lane
2018-10-02
Fix corner-case failures in has_foo_privilege() family of functions.
Tom Lane
2018-10-01
Change PROCEDURE to FUNCTION in CREATE EVENT TRIGGER syntax
Peter Eisentraut
2018-10-01
Fix ALTER COLUMN TYPE to not open a relation without any lock.
Tom Lane
2018-09-30
Fix detection of the result type of strerror_r().
Tom Lane
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-26
Recurse to sequences on ownership change for all relkinds
Peter Eisentraut
2018-09-26
Rework activation of commit timestamps during recovery
Michael Paquier
2018-09-25
Remove obsolete comment
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
Ignore publication tables when --no-publications is used
Michael Paquier
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
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-21
Fix bogus tab-completion rule for CREATE PUBLICATION.
Tom Lane
2018-09-21
Use size_t consistently in dsa.{ch}.
Thomas Munro
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
Revert "Allow concurrent-safe open() and fopen() in frontend code for Windows"
REL_11_BETA4
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-17
Stamp 11beta4.
Tom Lane
2018-09-17
Fix parsetree representation of XMLTABLE(XMLNAMESPACES(DEFAULT ...)).
Tom Lane
2018-09-17
Fix pgbench lexer's "continuation" rule to cope with Windows newlines.
Tom Lane
2018-09-17
Allow concurrent-safe open() and fopen() in frontend code for Windows
Michael Paquier
2018-09-17
Translation updates
Peter Eisentraut
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
[next]