index
:
postgresql-pgindent.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
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
master-pgindent
Auto-updated pgindent branches
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2015-03-20
Add, optional, support for 128bit integers.
Andres Freund
2015-03-20
docs: mention the optimizer can increase the index usage count
Bruce Momjian
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
doc: ALTER DOMAIN VALIDATE CONSTRAINT can also fail
Bruce Momjian
2015-03-19
Fix status reporting for terminated bgworkers that were never started.
Robert Haas
2015-03-18
pg_upgrade: document use of rsync for slave upgrades
Bruce Momjian
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
Remove docs missed in 51c11a7025.
Andres Freund
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-16
Replace insertion sort in contrib/intarray with qsort().
Tom Lane
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
src/port/dirmod.c needs to be built on Cygwin too.
Tom Lane
2015-03-15
Add missing documentation for PGC_SU_BACKEND in description of pg_settings.
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
doc: Remove link to outdated dtrace project on pgfoundry
Peter Eisentraut
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-13
Document the new custom scan APIs.
Robert Haas
2015-03-12
Improve documentation of bt_page_items().
Tom Lane
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
sepgsql: Improve error message when unsupported object type is labeled.
Robert Haas
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
[next]