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
2006-12-28
Revert exports.list change pending closer study.
Tom Lane
2006-12-27
Use a more backward-compatible syntax for exports.list on Linux.
Tom Lane
2006-12-27
Clean up pgindent handling of comments after 'else' by only moving
Bruce Momjian
2006-12-27
Modify local buffer management to request memory for local buffers in blocks
Tom Lane
2006-12-27
Improve memory management code to avoid inefficient behavior when a context
Tom Lane
2006-12-27
Print combining characters (those reported as having zero width by
Tom Lane
2006-12-26
Fix failure due to accessing an already-freed tuple descriptor in a plan
Tom Lane
2006-12-26
Repair bug #2839: the various ExecReScan functions need to reset
Tom Lane
2006-12-26
Repair bug #2836: SPI_execute_plan returned zero if none of the querytrees
Tom Lane
2006-12-24
Make HISTCONTROL=ignoredups work again (broken by misordering of
Tom Lane
2006-12-24
Bring some order and sanity to error handling in the xml patch.
Tom Lane
2006-12-24
Fix machine-dependent crash in sqlchar_to_unicode(). Get rid of
Tom Lane
2006-12-24
Code review for XML patch. Instill a bit of sanity in the location of
Tom Lane
2006-12-23
Suppress various compiler warnings in new xml code.
Tom Lane
2006-12-23
Remove unnecessary parentheses in if() statements.
Bruce Momjian
2006-12-23
For GUC values, check for partial string matches on 'on' and 'off', but
Bruce Momjian
2006-12-23
Restructure operator classes to allow improved handling of cross-data-type
Tom Lane
2006-12-21
Fix expected file.
Peter Eisentraut
2006-12-21
Catalog version bump for SQL/XML changes.
Peter Eisentraut
2006-12-21
Initial SQL/XML support: xml data type and initial set of functions.
Peter Eisentraut
2006-12-19
Interpret a dbName param to PQsetdbLogin as a conninfo string if it contains ...
Andrew Dunstan
2006-12-18
Set pg_am.amstrategies to zero for index AMs that don't have fixed
Tom Lane
2006-12-18
fix thinko in placement of TimeValStruct typedef in Windows case, as reported...
Andrew Dunstan
2006-12-16
enable \timing oputput for \copy commands
Andrew Dunstan
2006-12-15
Fix some planner bugs exposed by reports from Arjen van der Meijden. These
Tom Lane
2006-12-15
Put JST back into the default set of timezone abbreviations;
Tom Lane
2006-12-14
Make --with-ldap build on Unixware, per Olivier Prenant.
Tom Lane
2006-12-14
Remove Windows port^W^Wobsolete template file.
Peter Eisentraut
2006-12-14
Activate WIN32_STACK_RLIMIT override only on platforms where this is
Peter Eisentraut
2006-12-13
Put back yet another improperly-removed #include, per Mark Kirkwood.
Tom Lane
2006-12-12
Fix planner to do the right thing when a degenerate outer join (one whose
Tom Lane
2006-12-12
Allow augmenting CPPFLAGS from the configure command line. This generally
Peter Eisentraut
2006-12-10
Add a paramtypmod field to Param nodes. This is dead weight for Params
Tom Lane
2006-12-08
Remove the logId/logSeg fields from pg_control, because they are not needed
Tom Lane
2006-12-08
Fix the build for when SHOW_MEMORY_STATS is defined. The reference to
Neil Conway
2006-12-08
Avoid double free of _SPI_current->tuptable. AtEOSubXact_SPI() now tries to
Tom Lane
2006-12-07
Repair incorrect placement of WHERE clauses when there are multiple,
Tom Lane
2006-12-06
Fix planning of SubLinks to ensure that Vars generated from transformation of
Tom Lane
2006-12-06
Add a txn_start column to pg_stat_activity. This makes it easier to
Neil Conway
2006-12-06
Various improvements to the GUC description strings. Punctuate and
Neil Conway
2006-12-04
Fix pg_dump linking on Win32 with MSVS win32.mak:
Bruce Momjian
2006-12-04
Patch of Win32 Encoding problem for server messages using
Bruce Momjian
2006-12-04
Refactor ExecGetJunkAttribute to avoid searching for junk attributes
Tom Lane
2006-12-03
Fix LIMIT/OFFSET for null limit values. This worked before 8.2 but was broken
Tom Lane
2006-12-02
Stamp 8.2, except configure.in.
Bruce Momjian
2006-12-02
Translation updates
Peter Eisentraut
2006-12-01
Make the bgwriter's error recovery path do smgrcloseall(). On Windows this
Tom Lane
2006-11-30
Minor adjustments to make failures in startup/shutdown behave more cleanly.
Tom Lane
2006-11-30
Fix bug with page deletion. If inner page is removed and it tries to
Teodor Sigaev
2006-11-29
Fix Makefile problem which prevented installation on VPATH builds.
Alvaro Herrera
[next]