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
path:
root
/
src
/
backend
Age
Commit message (
Expand
)
Author
2014-04-26
Record the proper typmod for an index expression column.
Tom Lane
2014-04-25
Fix off-by-one bug in LWLockRegisterTranche().
Tom Lane
2014-04-24
Fix race when updating a tuple concurrently locked by another process
Alvaro Herrera
2014-04-24
Reset pg_stat_activity.xact_start during PREPARE TRANSACTION.
Tom Lane
2014-04-23
Allow polymorphic aggregates to have non-polymorphic state data types.
Tom Lane
2014-04-23
Update obsolete comments.
Heikki Linnakangas
2014-04-23
Fix typos in comment.
Heikki Linnakangas
2014-04-23
Cleanup of new b-tree page deletion code.
Heikki Linnakangas
2014-04-23
Fix documentation of FmgrInfo.fn_nargs.
Tom Lane
2014-04-23
Fix broken logic in logical_heap_rewrite_flush_mappings().
Tom Lane
2014-04-23
revert 4d0d607a454ee832574afd52a3c515099cc85eb3
Bruce Momjian
2014-04-22
release memory used while flushing logical mappings
Bruce Momjian
2014-04-22
Fix bug in the new B-tree incomplete-split code.
Heikki Linnakangas
2014-04-22
Fix Gin README.
Heikki Linnakangas
2014-04-22
Fix bug in new B-tree page deletion code.
Heikki Linnakangas
2014-04-22
Retain original physical order of tuples in redo of b-tree splits.
Heikki Linnakangas
2014-04-22
Fix rm_desc routine of b-tree page delete records.
Heikki Linnakangas
2014-04-22
Avoid transient bogus page contents when creating a sequence.
Heikki Linnakangas
2014-04-20
Fix typo.
Robert Haas
2014-04-18
Fix typo
Magnus Hagander
2014-04-17
report stat() error in trigger file check
Bruce Momjian
2014-04-17
Set the all-visible flag on heap page before writing WAL record, not after.
Heikki Linnakangas
2014-04-17
Rename EXPLAIN ANALYZE's "total runtime" output to "execution time".
Tom Lane
2014-04-16
Fix object identities for text search objects
Alvaro Herrera
2014-04-16
Use AF_UNSPEC not PF_UNSPEC in getaddrinfo calls.
Tom Lane
2014-04-16
Add to_regprocedure() and to_regoperator().
Robert Haas
2014-04-16
Try to fix spurious DSM failures on Windows.
Robert Haas
2014-04-16
check socket creation errors against PGINVALID_SOCKET
Bruce Momjian
2014-04-16
Use correctly-sized buffer when zero-filling a WAL file.
Heikki Linnakangas
2014-04-14
Set pd_lower on internal GIN posting tree pages.
Heikki Linnakangas
2014-04-14
Fix bogus handling of bad strategy number in GIST consistent() functions.
Tom Lane
2014-04-14
Remove dead checks for invalid left page in ginDeletePage.
Heikki Linnakangas
2014-04-14
GIN entry pages follow the standard page layout - tell XLogInsert.
Heikki Linnakangas
2014-04-13
Improve some O(N^2) behavior in window function evaluation.
Tom Lane
2014-04-13
Make a dedicated AlterTblSpcStmt production
Stephen Frost
2014-04-13
Provide moving-aggregate support for boolean aggregates.
Tom Lane
2014-04-13
Make security barrier views automatically updatable
Stephen Frost
2014-04-13
Provide moving-aggregate support for a bunch of numerical aggregates.
Tom Lane
2014-04-12
Create infrastructure for moving-aggregate optimization.
Tom Lane
2014-04-10
Fix bugs in GIN "fast scan" with partial match.
Heikki Linnakangas
2014-04-10
C comment: track_activity_query_size doesn't support memory units
Bruce Momjian
2014-04-10
Fix typo in comment.
Heikki Linnakangas
2014-04-09
Fix a few more misc typos in comments.
Heikki Linnakangas
2014-04-09
Fix misc typos in comments.
Heikki Linnakangas
2014-04-09
Add missing include.
Robert Haas
2014-04-08
Fix silly oversight in patch to remove dsm state file.
Robert Haas
2014-04-08
Add an in-core GiST index opclass for inet/cidr types.
Tom Lane
2014-04-08
Get rid of the dynamic shared memory state file.
Robert Haas
2014-04-08
Add new to_reg* functions for error-free OID lookups.
Robert Haas
2014-04-08
Fix hot standby bug with GiST scans.
Heikki Linnakangas
[next]