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
2015-05-18
Add error-throwing wrappers for the printf family of functions.
Noah Misch
2015-05-18
Permit use of vsprintf() in PostgreSQL code.
Noah Misch
2015-05-18
Prevent a double free by not reentering be_tls_close().
Noah Misch
2015-05-18
Fix typo in comment.
Heikki Linnakangas
2015-05-18
Put back stats-collector restarting code, removed accidentally.
Heikki Linnakangas
2015-05-18
Add new files to nls.mk
Peter Eisentraut
2015-05-18
Fix failure to copy IndexScan.indexorderbyops in copyfuncs.c.
Tom Lane
2015-05-17
Fix typos in comments
Magnus Hagander
2015-05-17
Fix whitespace
Peter Eisentraut
2015-05-16
pg_upgrade: no need to check for matching float8_pass_by_value
Bruce Momjian
2015-05-16
More portability fixing for bipartite_match.c.
Tom Lane
2015-05-16
pg_upgrade: force timeline 1 in the new cluster
Bruce Momjian
2015-05-16
pg_upgrade: only allow template0 to be non-connectable
Bruce Momjian
2015-05-16
Avoid direct use of INFINITY.
Tom Lane
2015-05-16
Support GROUPING SETS, CUBE and ROLLUP.
Andres Freund
2015-05-15
Update time zone data files to tzdata release 2015d.
Tom Lane
2015-05-15
Add BRIN infrastructure for "inclusion" opclasses
Alvaro Herrera
2015-05-15
Improve test for CONVERT() with GB18030 <-> UTF8.
Tom Lane
2015-05-15
Move strategy numbers to include/access/stratnum.h
Alvaro Herrera
2015-05-15
SQLStandard feature T613 Sampling now Supported
Simon Riggs
2015-05-15
Fix uninitialized variable.
Tom Lane
2015-05-15
Extend GB18030 encoding conversion to cover full Unicode range.
Tom Lane
2015-05-15
TABLESAMPLE, SQL Standard and extensible
Simon Riggs
2015-05-15
Silence another create_index regression test failure.
Heikki Linnakangas
2015-05-15
Fix outdated src/test/mb/ tests, and add a GB18030 test.
Tom Lane
2015-05-15
Add archive_mode='always' option.
Heikki Linnakangas
2015-05-15
Silence create_index regression test failure.
Heikki Linnakangas
2015-05-15
Fix datatype confusion with the new lossy GiST distance functions.
Heikki Linnakangas
2015-05-15
Fix insufficiently-paranoid GB18030 encoding verifier.
Tom Lane
2015-05-15
Support --verbose option in reindexdb.
Fujii Masao
2015-05-15
Allow GiST distance function to return merely a lower-bound.
Heikki Linnakangas
2015-05-15
Support VERBOSE option in REINDEX command.
Fujii Masao
2015-05-15
Teach UtfToLocal/LocalToUtf to support algorithmic encoding conversions.
Tom Lane
2015-05-15
Separate block sampling functions
Simon Riggs
2015-05-15
pg_upgrade: make controldata checks more consistent
Bruce Momjian
2015-05-15
Add pg_settings.pending_restart column
Peter Eisentraut
2015-05-14
Support "expanded" objects, particularly arrays, for better performance.
Tom Lane
2015-05-13
Fix comment.
Robert Haas
2015-05-13
Extend abbreviated key infrastructure to datum tuplesorts.
Robert Haas
2015-05-13
Fix postgres_fdw to return the right ctid value in EvalPlanQual cases.
Tom Lane
2015-05-13
Fix jsonb replace and delete on scalars and empty structures
Andrew Dunstan
2015-05-13
Remove useless assertion.
Robert Haas
2015-05-13
PL/Python: Remove procedure cache invalidation
Peter Eisentraut
2015-05-12
Fix ON CONFLICT bugs that manifest when used in rules.
Andres Freund
2015-05-12
Fix some errors from jsonb functions patch.
Andrew Dunstan
2015-05-12
Additional functions and operators for jsonb
Andrew Dunstan
2015-05-12
Add support for doing late row locking in FDWs.
Tom Lane
2015-05-12
pgbench: Don't fail during startup
Stephen Frost
2015-05-12
pg_basebackup -F t now succeeds with a long symlink target
Andrew Dunstan
2015-05-12
doc build: use unique Makefile variable to control temp install
Bruce Momjian
[next]