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-04-09
Adjust collation determination rules as per discussion.
Tom Lane
2011-04-09
Don't show unusable collations in psql's \dO command.
Tom Lane
2011-04-09
Latest consolidated typedef list from buildfarm.
Andrew Dunstan
2011-04-08
Clean up minor collation issues in indxpath.c.
Tom Lane
2011-04-08
Fix make_greater_string to not have an undocumented collation assumption.
Tom Lane
2011-04-08
Truncate the predicate lock SLRU to empty, instead of almost empty.
Robert Haas
2011-04-08
Tweak collation setup for GIN index comparison functions.
Tom Lane
2011-04-08
Avoid an unnecessary syscache lookup in parse_coerce.c.
Tom Lane
2011-04-08
Make psql use pg_table_size instead of pg_relation_size on 9.0+ servers.
Robert Haas
2011-04-08
Fix bug in propagating ALTER TABLE actions to typed tables.
Robert Haas
2011-04-08
Modify initdb to complain only when no usable system locales are found.
Tom Lane
2011-04-08
Partially roll back overenthusiastic SSI optimization.
Robert Haas
2011-04-08
Have pg_upgrade properly preserve relfrozenxid in toast tables.
Bruce Momjian
2011-04-08
Fix some sloppiness in new PL/python get_source_line() function.
Robert Haas
2011-04-08
Avoid use of mixed slash style paths in arguments to xcopy in MSVC builds.
Andrew Dunstan
2011-04-07
Tweaks for SSI out-of-shared memory behavior.
Robert Haas
2011-04-07
Modernize dlopen interface code for FreeBSD and OpenBSD.
Tom Lane
2011-04-07
Fix SortTocFromFile() to cope with lines that are too long for its buffer.
Tom Lane
2011-04-07
Preserve pg_largeobject_metadata.relfrozenxid in pg_upgrade.
Bruce Momjian
2011-04-07
Fix collations when we call transformWhereClause from outside the parser.
Tom Lane
2011-04-07
Revise the API for GUC variable assign hooks.
Tom Lane
2011-04-06
Update regression test files for PL/Python traceback patch
Peter Eisentraut
2011-04-06
Add traceback information to PL/Python errors
Peter Eisentraut
2011-04-05
Repair some flakiness in CheckTargetForConflictsIn.
Robert Haas
2011-04-05
Add casts from int4 and int8 to numeric.
Robert Haas
2011-04-04
Avoid assuming there will be only 3 states for synchronous_commit.
Simon Riggs
2011-04-04
Update MSVC toolchain to match SGML entity uppercasing
Alvaro Herrera
2011-04-04
Merge synchronous_replication setting into synchronous_commit.
Robert Haas
2011-04-04
Include pid in pg_lock_status() results even for SIREAD locks.
Robert Haas
2011-04-04
Rearrange "add column" logic to merge columns at exec time.
Robert Haas
2011-04-03
Avoid possible hang during smart shutdown.
Robert Haas
2011-04-02
Fix typo in PQconnectStartParams().
Tom Lane
2011-04-01
Avoid palloc before CurrentMemoryContext is set up on win32
Magnus Hagander
2011-04-01
Tab completion for COMMENT ON FOREIGN DATA WRAPPER / SERVER.
Robert Haas
2011-04-01
pg_dump support for comments on FOREIGN DATA WRAPPER and SERVER objects.
Robert Haas
2011-04-01
Support comments on FOREIGN DATA WRAPPER and SERVER objects.
Robert Haas
2011-04-01
Fix compiler warning.
Robert Haas
2011-04-01
Fix two missing spaces in error messages.
Heikki Linnakangas
2011-03-31
Fix a tiny race condition in predicate locking. Need to hold the lock while
Heikki Linnakangas
2011-03-31
Increase SHMEM_INDEX_SIZE from 32 to 64. We're currently at 40 entries in
Heikki Linnakangas
2011-03-31
Don't leak the temporary PLyProcedure struct we create for inline plpython
Heikki Linnakangas
2011-03-31
Improve error message when WAL ends before reaching end of online backup.
Heikki Linnakangas
2011-03-30
Attempt to unbreak windows builds broken by commit 754baa2.
Andrew Dunstan
2011-03-30
Check that we've reached end-of-backup also when we're not performing
Heikki Linnakangas
2011-03-30
Automatically terminate replication connections that are idle for more
Heikki Linnakangas
2011-03-30
Adjust error message, now that we expect other message types than connection
Heikki Linnakangas
2011-03-29
Update SQL features list
Peter Eisentraut
2011-03-28
Add maintainer-check target
Peter Eisentraut
2011-03-28
Make duplicate_oids return nonzero exit status if duplicates were found
Peter Eisentraut
2011-03-28
Prevent a rowtype from being included in itself.
Tom Lane
[next]