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
2014-05-06
Properly detect read and write errors in pg_dump/dumpall, and pg_restore
Bruce Momjian
2014-05-05
Fix possible cache invalidation failure in ReceiveSharedInvalidMessages.
Tom Lane
2014-05-05
Fix pg_type.typlen for newly-revived line type.
Tom Lane
2014-05-05
Fix case of pg_dump -Fc to an unseekable file (such as a pipe).
Tom Lane
2014-05-05
Pass sensible value to memset() when randomizing reorderbuffer's tuple slab.
Heikki Linnakangas
2014-05-05
Don't leak memory after connection aborts in pg_recvlogical.
Heikki Linnakangas
2014-05-05
Use Size instead of uint32 to store result of sizeof()
Heikki Linnakangas
2014-05-05
Assert that pre/post-fix updated tuples are on the same page during replay.
Heikki Linnakangas
2014-05-05
Replace SYSTEMQUOTEs with Windows-specific wrapper functions.
Heikki Linnakangas
2014-05-02
Fix yet another corner case in dumping rules/views with USING clauses.
Tom Lane
2014-05-01
Fix failure to detoast fields in composite elements of structured types.
Tom Lane
2014-04-30
Improve error messages in reorderbuffer.c.
Tom Lane
2014-04-30
Consistently allow reading of messages from a detached shm_mq.
Robert Haas
2014-04-30
Rationalize common/relpath.[hc].
Tom Lane
2014-04-30
Check for interrupts and stack overflow during rule/view dumps.
Tom Lane
2014-04-30
Reduce indentation/parenthesization of set operations in rule/view dumps.
Tom Lane
2014-04-30
Limit overall indentation in rule/view dumps.
Tom Lane
2014-04-30
Fix indentation of JOIN clauses in rule/view dumps.
Tom Lane
2014-04-30
Fix uninitialized-variable warnings induced by recent commit.
Tom Lane
2014-04-30
Add missing SYSTEMQUOTEs
Heikki Linnakangas
2014-04-30
PL/Python: Adjust the regression tests for Python 3.4
Peter Eisentraut
2014-04-30
Fix whitespace
Peter Eisentraut
2014-04-29
Improve planner to drop constant-NULL inputs of AND/OR where it's legal.
Tom Lane
2014-04-29
Remove unnecessary cast causing a warning
Greg Stark
2014-04-28
Add support for wrapping to psql's "extended" mode. This makes it very
Greg Stark
2014-04-28
Fix two bugs in WAL-logging of GIN pending-list pages.
Heikki Linnakangas
2014-04-28
Can't completely get rid of #ifndef FRONTEND in palloc.h :-(
Tom Lane
2014-04-26
Improve generation algorithm for database system identifier.
Tom Lane
2014-04-26
Don't #include utils/palloc.h in common/fe_memutils.h.
Tom Lane
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-25
Clean up temp installations after client program tests.
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-24
Properly build pg_recvlogical in the msvc build system
Magnus Hagander
2014-04-24
Fix incorrect pg_proc.proallargtypes entries for two built-in functions.
Tom Lane
2014-04-23
Allow polymorphic aggregates to have non-polymorphic state data types.
Tom Lane
2014-04-23
ecpg: Add additional files to .gitignore
Peter Eisentraut
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
build: add EXTRA_REGRESS_OPTS to all pg_regress invocations
Bruce Momjian
2014-04-22
release memory used while flushing logical mappings
Bruce Momjian
2014-04-22
regression test: fix hot standby tests by using repeatable read
Bruce Momjian
2014-04-22
copy: update docs for FORCE_NULL and FORCE_NOT_NULL combination
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
[next]