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
2017-05-07
RLS: Fix ALL vs. SELECT+UPDATE policy usage
Stephen Frost
2017-05-06
Document current_role.
Tom Lane
2017-05-05
Allow MSVC to build with Tcl 8.6.
Alvaro Herrera
2017-05-05
Give nicer error message when connecting to a v10 server requiring SCRAM.
Heikki Linnakangas
2017-05-05
Fix cursor_to_xml in tableforest false mode
Peter Eisentraut
2017-05-04
Fix pfree-of-already-freed-tuple when rescanning a GiST index-only scan.
Tom Lane
2017-05-03
Remove useless and rather expensive stanza in matview regression test.
Tom Lane
2017-05-03
Improve performance of timezone loading, especially pg_timezone_names view.
Tom Lane
2017-05-02
Ensure commands in extension scripts see the results of preceding DDL.
Tom Lane
2017-05-02
Fix perl thinko in commit fed6df486dca
Andrew Dunstan
2017-05-01
Update time zone data files to tzdata release 2017b.
Tom Lane
2017-05-01
Allow vcregress.pl to run an arbitrary TAP test set
Andrew Dunstan
2017-04-30
Sync our copy of the timezone library with IANA release tzcode2017b.
Tom Lane
2017-04-28
doc: Fix typo in 9.6 release notes
Peter Eisentraut
2017-04-28
Fix VALIDATE CONSTRAINT to consider NO INHERIT attribute.
Robert Haas
2017-04-27
Don't use on-disk snapshots for exported logical decoding snapshot.
Andres Freund
2017-04-27
Cope with glibc too old to have epoll_create1().
Tom Lane
2017-04-27
Preserve required !catalog tuples while computing initial decoding snapshot.
Andres Freund
2017-04-27
Make latch.c more paranoid about child-process cases.
Tom Lane
2017-04-26
Allow multiple bgworkers to be launched per postmaster iteration.
Tom Lane
2017-04-26
postgres_fdw: Fix join push down with extensions
Peter Eisentraut
2017-04-24
Revert "Use pselect(2) not select(2), if available, to wait in postmaster's l...
Tom Lane
2017-04-24
Use pselect(2) not select(2), if available, to wait in postmaster's loop.
Tom Lane
2017-04-24
Run the postmaster's signal handlers without SA_RESTART.
Tom Lane
2017-04-24
Fix postmaster's handling of fork failure for a bgworker process.
Tom Lane
2017-04-23
Zero padding in replication origin's checkpointed on disk-state.
Andres Freund
2017-04-23
Fix order of arguments to SubTransSetParent().
Tom Lane
2017-04-23
Fix TAP infrastructure to support Mingw better
Andrew Dunstan
2017-04-22
Make PostgresNode.pm check server status more carefully.
Tom Lane
2017-04-22
Make PostgresNode::append_conf append a newline automatically.
Tom Lane
2017-04-21
doc: Update link
Peter Eisentraut
2017-04-21
Avoid depending on non-POSIX behavior of fcntl(2).
Tom Lane
2017-04-17
Always build a custom plan node's targetlist from the path's pathtarget.
Tom Lane
2017-04-17
Fix compiler warning
Peter Eisentraut
2017-04-15
Provide a way to control SysV shmem attach address in EXEC_BACKEND builds.
Tom Lane
2017-04-15
Avoid passing function pointers across process boundaries.
Tom Lane
2017-04-14
Further fix pg_trgm's extraction of trigrams from regular expressions.
Tom Lane
2017-04-13
Fix regexport.c to behave sanely with lookaround constraints.
Tom Lane
2017-04-13
Move pg_stat_progress_vacuum to the table of Dynamic Statistics Views in doc.
Fujii Masao
2017-04-10
Improve castNode notation by introducing list-extraction-specific variants.
Tom Lane
2017-04-07
Fix planner error (or assert trap) with nested set operations.
Tom Lane
2017-04-06
Silence compiler warning in sepgsql
Joe Conway
2017-04-06
Remove dead code and fix comments in fast-path function handling.
Heikki Linnakangas
2017-04-06
Fix integer-overflow problems in interval comparison.
Tom Lane
2017-04-01
Back-patch checkpoint clarification docs and pg_basebackup updates
Magnus Hagander
2017-04-01
Fix parallel query so it doesn't spoil row estimates above Gather.
Robert Haas
2017-04-01
Don't use bgw_main even to specify in-core bgworker entrypoints.
Robert Haas
2017-03-30
Simplify the example of VACUUM in documentation.
Fujii Masao
2017-03-28
Suppress implicit-conversion warnings seen with newer clang versions.
Tom Lane
2017-03-26
Fix unportable disregard of alignment requirements in RADIUS code.
Tom Lane
[next]