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
2015-03-11
Add macros wrapping all usage of gcc's __attribute__.
Andres Freund
2015-03-11
Refactor Mkvcbuild.pm to facilitate modules migrations
Alvaro Herrera
2015-03-11
Add GUC to enable compression of full page images stored in WAL.
Fujii Masao
2015-03-10
Clean up the mess from => patch.
Tom Lane
2015-03-10
Fix stray sentence fragment in shared_preload_libraries documentation
Alvaro Herrera
2015-03-10
Move BRIN page type to page's last two bytes
Alvaro Herrera
2015-03-10
Allow named parameters to be specified using => in addition to :=
Robert Haas
2015-03-09
Keep CommitTs module in sync in standby and master
Alvaro Herrera
2015-03-09
Fix crasher bugs in previous commit
Alvaro Herrera
2015-03-09
Allow CURRENT/SESSION_USER to be used in certain commands
Alvaro Herrera
2015-03-09
Ignore leftover artifacts from ecpg testsuite runs on Windows.
Michael Meskes
2015-03-09
Revert "Ignore object files generated by ecpg test suite on Windows"
Michael Meskes
2015-03-09
Fix handling of sortKeys field in Tuplesortstate.
Robert Haas
2015-03-09
Move WAL-related definitions from dbcommands.h to separate header file.
Heikki Linnakangas
2015-03-09
Ignore object files generated by ecpg test suite on Windows
Michael Meskes
2015-03-09
Fix typo in comment.
Fujii Masao
2015-03-09
Add missing "goto err" statements in xlogreader.c.
Fujii Masao
2015-03-08
Sort SUBDIRS variable in src/bin/Makefile
Peter Eisentraut
2015-03-08
Cast to (void *) rather than (int *) when passing int64's to PQfn().
Tom Lane
2015-03-08
Remove struct PQArgBlock from server-side header libpq/libpq.h.
Tom Lane
2015-03-08
Fix documentation for libpq's PQfn().
Tom Lane
2015-03-08
Code cleanup for REINDEX DATABASE/SCHEMA/SYSTEM.
Tom Lane
2015-03-08
Fix erroneous error message for REINDEX SYSTEM.
Tom Lane
2015-03-07
Build fls.o only when AC_REPLACE_FUNCS so dictates via $(LIBOBJS).
Noah Misch
2015-03-07
Add CHECK_FOR_INTERRUPTS() to the wait_pid() loop.
Noah Misch
2015-03-07
Remove rolcatupdate
Peter Eisentraut
2015-03-06
Add some more tests on event triggers
Alvaro Herrera
2015-03-06
Rethink function argument sorting in pg_dump.
Tom Lane
2015-03-06
Fix contrib/file_fdw's expected file
Alvaro Herrera
2015-03-05
Fix user mapping object description
Alvaro Herrera
2015-03-05
Silence warning in non-assert-enabled build
Alvaro Herrera
2015-03-05
Remove comment claiming that PARAM_EXTERN Params always have typmod -1.
Tom Lane
2015-03-05
Fix typo in comment.
Fujii Masao
2015-03-05
Avoid unused-variable warning in non-assert builds.
Tom Lane
2015-03-05
Change plpgsql's cast cache to consider source typmod as significant.
Tom Lane
2015-03-05
Need to special-case RECORD as well as UNKNOWN in plpgsql's casting logic.
Tom Lane
2015-03-04
Use standard casting mechanism to convert types in plpgsql, when possible.
Tom Lane
2015-03-04
Fix cost estimation for indexscans on expensive indexed expressions.
Tom Lane
2015-03-04
Fix an obsolete reference to SnapshotNow in comment.
Fujii Masao
2015-03-04
Fix long-obsolete code for separating filter conditions in cost_index().
Tom Lane
2015-03-03
Remove residual NULL-pstate handling in addRangeTableEntry.
Robert Haas
2015-03-03
Change many routines to return ObjectAddress rather than OID
Alvaro Herrera
2015-03-03
Add comment for "is_internal" parameter
Alvaro Herrera
2015-03-03
Reduce json <=> jsonb casts from explicit-only to assignment level.
Tom Lane
2015-03-03
pgbench: Fix mistakes in Makefile.
Robert Haas
2015-03-03
Fix busted markup.
Tom Lane
2015-03-02
pgbench: Add a real expression syntax to \set
Robert Haas
2015-03-02
Fix pg_dump handling of extension config tables
Stephen Frost
2015-03-01
Fix targetRelation initializiation in prepsecurity
Stephen Frost
2015-03-01
Use the typcache to cache constraints for domain types.
Tom Lane
[next]