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
/
include
Age
Commit message (
Expand
)
Author
2017-06-20
Tweak publication fetching in psql
Peter Eisentraut
2017-06-20
Change pg_get_publication_tables to prosecdef false
Peter Eisentraut
2017-06-19
Fix leaking of small spilled subtransactions during logical decoding.
Andres Freund
2017-06-17
Fix typos in comments
Magnus Hagander
2017-06-17
Define HAVE_UCOL_STRCOLLUTF8 on Windows
Peter Eisentraut
2017-06-16
Reconcile nodes/*funcs.c with PostgreSQL 10 work.
Noah Misch
2017-06-15
Rename function for consistency
Alvaro Herrera
2017-06-14
Fix problems related to RangeTblEntry members enrname and enrtuples.
Robert Haas
2017-06-14
Don't force-assign transaction id when exporting a snapshot.
Andres Freund
2017-06-14
Teach predtest.c about CHECK clauses to fix partitioning bugs.
Robert Haas
2017-06-14
Disallow set-returning functions inside CASE or COALESCE.
Tom Lane
2017-06-13
Re-run pgindent.
Tom Lane
2017-06-13
Fix collprovider of predefined collations
Peter Eisentraut
2017-06-08
Use standard interrupt handling in logical replication launcher.
Andres Freund
2017-06-08
Mark to_tsvector(regconfig,json[b]) functions immutable
Andrew Dunstan
2017-06-08
Add statistics subdirectory to Makefile.
Robert Haas
2017-06-07
Fix updating of pg_subscription_rel from workers
Peter Eisentraut
2017-06-06
Unify SIGHUP handling between normal and walsender backends.
Andres Freund
2017-06-06
Prevent possibility of panics during shutdown checkpoint.
Andres Freund
2017-06-06
Revert "Prevent panic during shutdown checkpoint"
Andres Freund
2017-06-06
Fix ALTER SUBSCRIPTION grammar ambiguity
Peter Eisentraut
2017-06-05
Code review for shm_toc.h/.c.
Tom Lane
2017-06-05
Don't be so trusting that shm_toc_lookup() will always succeed.
Tom Lane
2017-06-05
Fix comments in simplehash.h.
Heikki Linnakangas
2017-06-04
#ifdef out assorted unused GEQO code.
Tom Lane
2017-06-04
Disallow CREATE INDEX if table is already in use in current session.
Tom Lane
2017-06-02
Fix signal handling in logical replication workers
Peter Eisentraut
2017-05-31
Avoid -Wconversion warnings from direct use of GET_n_BYTES macros.
Tom Lane
2017-05-30
Sort syscache identifiers into alphabetical order.
Tom Lane
2017-05-30
Fix omission of locations in outfuncs/readfuncs partitioning node support.
Tom Lane
2017-05-29
Code review focused on new node types added by partitioning support.
Tom Lane
2017-05-17
Post-PG 10 beta1 pgindent run
Bruce Momjian
2017-05-17
Check relkind of tables in CREATE/ALTER SUBSCRIPTION
Peter Eisentraut
2017-05-17
Preventive maintenance in advance of pgindent run.
Tom Lane
2017-05-16
Fix relcache leak when row triggers on partitions are fired by COPY.
Robert Haas
2017-05-15
Stamp 10beta1.
REL_10_BETA1
Tom Lane
2017-05-14
Fix handling of extended statistics during ALTER COLUMN TYPE.
Tom Lane
2017-05-14
Remove no-longer-needed fields of Hash plan nodes.
Tom Lane
2017-05-14
Standardize terminology for pg_statistic_ext entries.
Tom Lane
2017-05-13
Fix race condition leading to hanging logical slot creation.
Andres Freund
2017-05-13
Redesign get_attstatsslot()/free_attstatsslot() for more safety and speed.
Tom Lane
2017-05-13
Teach \d+ to show partitioning constraints.
Robert Haas
2017-05-13
Fix multi-column range partitioning constraints.
Robert Haas
2017-05-13
Complete tab completion for DROP STATISTICS
Alvaro Herrera
2017-05-12
Avoid searching for callback functions in CallSyscacheCallbacks().
Tom Lane
2017-05-12
Avoid searching for the target catcache in CatalogCacheIdInvalidate.
Tom Lane
2017-05-12
Fix dependencies for extended statistics objects.
Tom Lane
2017-05-12
Change CREATE STATISTICS syntax
Alvaro Herrera
2017-05-12
Standardize "WAL location" terminology
Peter Eisentraut
2017-05-12
Replace "transaction log" with "write-ahead log"
Peter Eisentraut
[next]