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-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-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
2018-09-20
Defer restoration of libraries in parallel workers.
Thomas Munro
2018-09-19
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-18
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
2018-09-14
Improve parallel scheduling logic in pg_dump/pg_restore.
Tom Lane
2018-09-14
Fix ALTER/TYPE on columns referenced by FKs in partitioned tables
Alvaro Herrera
2018-09-14
Order active window clauses for greater reuse of Sort nodes.
Andrew Gierth
2018-09-14
Don't allow LIMIT/OFFSET clause within sub-selects to be pushed to workers.
Amit Kapila
2018-09-14
Allow concurrent-safe open() and fopen() in frontend code for Windows
Michael Paquier
2018-09-13
Improve autovacuum logging for aggressive and anti-wraparound runs
Michael Paquier
2018-09-13
Message style improvements
Peter Eisentraut
2018-09-13
Attempt to identify system timezone by reading /etc/localtime symlink.
Tom Lane
2018-09-13
Attach FPI to the first record after full_page_writes is turned on.
Amit Kapila
2018-09-13
Simplify static function in extension.c
Michael Paquier
2018-09-13
Simplify index tuple descriptor initialization
Peter Eisentraut
2018-09-12
Minor fixes for psql tab completion.
Tom Lane
2018-09-12
Repair bug in regexp split performance improvements.
Andrew Gierth
2018-09-12
ecpg: Change --version output to common style
Peter Eisentraut
2018-09-11
Add PQresultMemorySize function to report allocated size of a PGresult.
Tom Lane
2018-09-11
Parse more strictly integer parameters from connection strings in libpq
Michael Paquier
2018-09-11
Remove ruleutils.c's special case for BIT [VARYING] literals.
Tom Lane
2018-09-11
Repair double-free in SP-GIST rescan (bug #15378)
Andrew Gierth
2018-09-11
Use -Bsymbolic for shared libraries on HP-UX and Solaris.
Tom Lane
2018-09-10
Hide a static inline from FRONTEND code.
Tom Lane
[next]