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
2011-06-26
Replace := by = in nls.mk files
Peter Eisentraut
2011-06-26
Remove some cruft from 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
Update alternative expected file for recent sequence test changes.
Tom Lane
2011-06-22
Revert "Don't select log_cnt in sequence regression tests."
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
Don't select log_cnt in sequence regression tests.
Robert Haas
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 some regression tests for serial pseudotypes.
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
Adjust the alternative expected output file for prepared_xacts test case,
Heikki Linnakangas
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
Add REL9_1_STABLE to the set of branches tracked by git_changelog.
Tom Lane
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-18
Remove redundant lib*dll.def rules from .gitignore
Magnus Hagander
2011-06-17
Set FLEXIBLE_ARRAY_MEMBER to empty for MSVC.
Andrew Dunstan
2011-06-17
Obtain table locks as soon as practical during pg_dump.
Tom Lane
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-17
Define FLEXIBLE_ARRAY_MEMBER for MSVC.
Andrew Dunstan
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
Start using flexible array members
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
Fix oversights in pg_basebackup's -z (compression) option.
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
Allow psql \d tab completion to complete all relation kinds
Peter Eisentraut
2011-06-14
Fix assorted issues with build and install paths containing spaces.
Tom Lane
[next]