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-03-20
C comment: clearify SQL command mention
Bruce Momjian
2015-03-20
vacuumdb --help text: clarify analyze-only
Bruce Momjian
2015-03-20
C comment: update lock level mention in comment
Bruce Momjian
2015-03-20
Use 128-bit math to accelerate some aggregation functions.
Andres Freund
2015-03-20
Add, optional, support for 128bit integers.
Andres Freund
2015-03-20
Fix whitespace
Peter Eisentraut
2015-03-20
regression tests: remove polygon diagrams
Bruce Momjian
2015-03-20
psql: allow DROP INDEX CONCURRENTLY in AUTOCOMMIT off mode
Bruce Momjian
2015-03-19
GetUserId() changes to has_privs_of_role()
Stephen Frost
2015-03-19
Add flags argument to dsm_create.
Robert Haas
2015-03-19
Fix status reporting for terminated bgworkers that were never started.
Robert Haas
2015-03-18
array_offset() and array_offsets()
Alvaro Herrera
2015-03-18
Install shared libraries to bin/ in Windows under MSVC
Alvaro Herrera
2015-03-18
Setup cursor position for schema-qualified elements
Alvaro Herrera
2015-03-18
Rationalize vacuuming options and parameters
Alvaro Herrera
2015-03-17
Fix out-of-array-bounds compiler warning
Alvaro Herrera
2015-03-16
Support opfamily members in get_object_address
Alvaro Herrera
2015-03-15
Improve representation of PlanRowMark.
Tom Lane
2015-03-15
Move LockClauseStrength, LockWaitPolicy into new file nodes/lockoptions.h.
Tom Lane
2015-03-15
Merge the various forms of transaction commit & abort records.
Andres Freund
2015-03-15
Increase max_wal_size's default from 128MB to 1GB.
Andres Freund
2015-03-15
Adjust valgrind suppressions wrt 025c02420.
Andres Freund
2015-03-15
Remove pause_at_recovery_target recovery.conf setting.
Andres Freund
2015-03-15
Suppress maybe-uninitialized compiler warnings.
Fujii Masao
2015-03-14
Remove obsolete comment.
Tom Lane
2015-03-14
Build src/port/dirmod.c only on Windows.
Tom Lane
2015-03-14
Remove workaround for ancient incompatibility between readline and libedit.
Tom Lane
2015-03-13
Fix integer overflow in debug message of walreceiver
Tatsuo Ishii
2015-03-12
Ensure tableoid reads correctly in EvalPlanQual-manufactured tuples.
Tom Lane
2015-03-12
Fix memory leaks in GIN index vacuum.
Heikki Linnakangas
2015-03-12
Support flattening of empty-FROM subqueries and one-row VALUES tables.
Tom Lane
2015-03-12
Fix old bug in get_loop_count().
Tom Lane
2015-03-12
Improve planner's cost estimation in the presence of semijoins.
Tom Lane
2015-03-11
PL/Python: Fix regression tests for Python 3
Peter Eisentraut
2015-03-11
Support default ACLs in get_object_address
Alvaro Herrera
2015-03-11
Fix libpq test expected output file
Alvaro Herrera
2015-03-11
Support user mappings in get_object_address
Alvaro Herrera
2015-03-11
PL/Python: Avoid lossiness in float conversion
Peter Eisentraut
2015-03-11
Require non-NULL pstate for all addRangeTableEntryFor* functions.
Robert Haas
2015-03-11
Make operator precedence follow the SQL standard more closely.
Tom Lane
2015-03-11
Allocate ParamListInfo once per plpgsql function, not once per expression.
Tom Lane
2015-03-11
Suggest to the user the column they may have meant to reference.
Robert Haas
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
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
[next]