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
Age
Commit message (
Expand
)
Author
2008-12-04
Default values for function arguments
Peter Eisentraut
2008-12-04
Fix a couple of snapshot management bugs in the new ResourceOwner world:
Alvaro Herrera
2008-12-04
Comment said we don't free the lockarray, and why. The proper fix is to
Magnus Hagander
2008-12-04
Utilize the visibility map in autovacuum, too. There was an oversight in
Heikki Linnakangas
2008-12-04
Initialize GISTScanOpaque->qual_ok even if there is no conditions.
Teodor Sigaev
2008-12-04
Call genhtml with --prefix option so local build paths don't appear in the
Peter Eisentraut
2008-12-04
Fix typo in recent SSL unload patch.
Bruce Momjian
2008-12-03
Properly unregister OpenSSL callbacks when libpq is done with
Magnus Hagander
2008-12-03
Forgot to bump catalog version in the visibility map patch.
Heikki Linnakangas
2008-12-03
Introduce visibility map. The visibility map is a bitmap with one bit per
Heikki Linnakangas
2008-12-03
Update key words table to 8.4 and SQL:2008.
Peter Eisentraut
2008-12-03
Small comment fixes.
Heikki Linnakangas
2008-12-03
If pg_stop_backup() is called just after switching to a new xlog file,
Heikki Linnakangas
2008-12-02
Documentation for wildcard certificates patch
Magnus Hagander
2008-12-02
Use PG_GETARG_TEXT_PP instead of PG_GETARG_TEXT_P in the new
Heikki Linnakangas
2008-12-02
Change wildcard cerfificate mapping to be much simler - we now only match
Magnus Hagander
2008-12-02
Minor code embellishments.
Alvaro Herrera
2008-12-01
Fix an oversight in the code that makes transitive-equality deductions from
Tom Lane
2008-12-01
Modify the new to_timestamp implementation so that end-of-format-string
Heikki Linnakangas
2008-12-01
Ensure that the contents of a holdable cursor don't depend on out-of-line
Tom Lane
2008-12-01
Remove the last traces of --temp-port.
Tom Lane
2008-12-01
Removed port testing.
Michael Meskes
2008-12-01
Add braces to clarify syntax synopsis
Peter Eisentraut
2008-12-01
Small correction
Peter Eisentraut
2008-12-01
typo
Peter Eisentraut
2008-12-01
Refactor crosstab() to build and return a tuplestore instead of using
Tom Lane
2008-11-30
Fix dblink and tablefunc to not return with the wrong CurrentMemoryContext.
Tom Lane
2008-11-30
Clean up the API for DestReceiver objects by eliminating the assumption
Tom Lane
2008-11-30
Add a "LIKE = typename" clause to CREATE TYPE for base types. This allows
Tom Lane
2008-11-30
Remove inappropriate memory context switch in shutdown_MultiFuncCall().
Tom Lane
2008-11-29
Fix recently-added array_agg tests to ensure they produce stable results
Tom Lane
2008-11-29
Make sure we give an appropriate user-facing error when attempting
Tom Lane
2008-11-28
Partial fix for fallout from temp-port changes. ecpg still needs more work,
Tom Lane
2008-11-28
Fix an oversight in uninstall_isn.sql: must drop operator families explicitly.
Tom Lane
2008-11-28
My recent fix for semijoin planning didn't actually work for a semijoin with a
Tom Lane
2008-11-28
Cosmetic cleanups in contrib/isn (doesn't fix the passbyval problem)
Tom Lane
2008-11-28
Support regular expressions in pg_ident.conf.
Magnus Hagander
2008-11-28
Reduce risk of accidentally running temp-install regression tests against
Peter Eisentraut
2008-11-27
Fix bug in the tsvector stats collection function, which caused a crash if
Heikki Linnakangas
2008-11-27
Fix obsolete comment regarding FSM truncation.
Heikki Linnakangas
2008-11-27
Don't force creation of the FSM on searches. It will still be created
Heikki Linnakangas
2008-11-27
Add that PL/Java is an implementation of SQL/JRT, and drop claim that
Peter Eisentraut
2008-11-27
Drop CLI related features from the list, since we don't track the ODBC
Peter Eisentraut
2008-11-27
Mark features related to WITH/SELECT as supported.
Peter Eisentraut
2008-11-27
Fix #ifdeffed debugging code to work with relation forks.
Heikki Linnakangas
2008-11-27
Tweak wording of DISCARD ALL description to avoid giving the impression
Tom Lane
2008-11-27
Fix minor memory leak introduced in recent SQL-functions hacking: the
Tom Lane
2008-11-26
Rely on relcache invalidation to update the cached size of the FSM.
Heikki Linnakangas
2008-11-26
interval.c needs limits.h
Michael Meskes
2008-11-26
Applied patch by Ron Mayer <rm_pg@cheapcomplexdevices.com> to merge the new
Michael Meskes
[next]