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
/
backend
Age
Commit message (
Expand
)
Author
2011-06-26
Make _ be automatically included in GETTEXT_TRIGGERS
Peter Eisentraut
2011-06-26
Replace := by = in nls.mk files
Peter Eisentraut
2011-06-23
Add information schema views role_udt_grants, udt_privileges, user_defined_types
Peter Eisentraut
2011-06-23
Undo overly enthusiastic de-const-ification.
Tom Lane
2011-06-22
Add missing -I switch for VPATH builds.
Tom Lane
2011-06-22
Fix symlink for errcodes.h so it works in VPATH builds from tarballs.
Tom Lane
2011-06-22
Remove pointless const qualifiers from function arguments in the SSI code.
Heikki Linnakangas
2011-06-22
Make the visibility map crash-safe.
Robert Haas
2011-06-22
Add smallserial pseudotype.
Robert Haas
2011-06-22
Make deadlock_timeout PGC_SUSET rather than PGC_SIGHUP.
Robert Haas
2011-06-22
Add notion of a "transform function" that can simplify function calls.
Robert Haas
2011-06-21
Minor editing for README-SSI.
Tom Lane
2011-06-21
Message style and spelling improvements
Peter Eisentraut
2011-06-21
Fix bug in PreCommit_CheckForSerializationFailure. A transaction that has
Heikki Linnakangas
2011-06-21
Fix bug introduced by recent SSI patch to merge ROLLED_BACK and
Heikki Linnakangas
2011-06-20
Fix thinko in previous patch for optimizing EXISTS-within-EXISTS.
Tom Lane
2011-06-20
Remove extra copying of TupleDescs for heap_create_with_catalog
Alvaro Herrera
2011-06-20
Fixed string in German translation that causes segfault.
Michael Meskes
2011-06-19
Fix thinko in previous patch to always update pg_class.reltuples/relpages.
Tom Lane
2011-06-18
Capitalization fixes
Peter Eisentraut
2011-06-18
Make external_pid_file world readable
Peter Eisentraut
2011-06-17
Add overflow checks to int4 and int8 versions of generate_series().
Robert Haas
2011-06-17
Fix crash in CREATE UNLOGGED TABLE.
Robert Haas
2011-06-17
Fix minor thinko in ProcGlobalShmemSize().
Robert Haas
2011-06-16
Index tuple data arrays using Anum_xxx symbolic constants instead of "i++".
Tom Lane
2011-06-16
Avoid compiler warnings due to possibly unused variables
Peter Eisentraut
2011-06-16
Update README-SSI. Add a section to describe the "dangerous structure" that
Heikki Linnakangas
2011-06-16
Fix typo
Alvaro Herrera
2011-06-16
Remove another no-longer-needed inclusion of predicate.h.
Tom Lane
2011-06-16
pgindent run of recent SSI changes. Also, remove an unnecessary #include.
Heikki Linnakangas
2011-06-16
Respect Hot Standby controls while recycling btree index pages.
Simon Riggs
2011-06-16
Use single quotes in preference to double quotes for protecting pathnames.
Tom Lane
2011-06-15
Rework parsing of ConstraintAttributeSpec to improve NOT VALID handling.
Tom Lane
2011-06-15
Fix failure to account for memory used by tuplestore_putvalues().
Tom Lane
2011-06-15
The rolled-back flag on serializable xacts was pointless and redundant with
Heikki Linnakangas
2011-06-15
Make non-MVCC snapshots exempt from predicate locking. Scans with non-MVCC
Heikki Linnakangas
2011-06-14
Remove unused variable
Peter Eisentraut
2011-06-14
Add comment that attributes.is_nullable was removed from SQL standard
Peter Eisentraut
2011-06-14
Oops, forgot to change the order of entries in 2PC callback arrays when I
Heikki Linnakangas
2011-06-13
Fix aboriginal copy-paste mistake in error message
Alvaro Herrera
2011-06-12
Remove now-unnecessary casts.
Heikki Linnakangas
2011-06-12
Code cleanup for InitProcGlobal.
Robert Haas
2011-06-11
Add C comment mentioning pg_stat_activity.procpid should have been
Bruce Momjian
2011-06-10
Work around gcc 4.6.0 bug that breaks WAL replay.
Tom Lane
2011-06-10
Fix locking while setting flags in MySerializableXact.
Heikki Linnakangas
2011-06-10
Use "transient" files for blind writes, take 2
Alvaro Herrera
2011-06-10
Use a constant sprintf format to silence compiler warning
Alvaro Herrera
2011-06-10
Small comment fixes and enhancements.
Heikki Linnakangas
2011-06-09
Revert "Use "transient" files for blind writes"
Alvaro Herrera
2011-06-09
Use "transient" files for blind writes
Alvaro Herrera
[next]