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
2007-10-16
Tweak toast-related logic in heapam.c so that the toaster is only invoked
Tom Lane
2007-10-16
Re-allow UTF8 encodings on win32. Since UTF8 is converted to
Magnus Hagander
2007-10-15
Fix pg_wchar_table[] to match revised ordering of the encoding ID enum.
Tom Lane
2007-10-15
Include NOLOGIN roles in the 'flat' password file. In the original
Tom Lane
2007-10-13
Migrate the former contrib/txid module into core. This will make it easier
Tom Lane
2007-10-13
Guard against possible double free during error escape from XML
Tom Lane
2007-10-13
Fix the inadvertent libpq ABI breakage discovered by Martin Pitt: the
Tom Lane
2007-10-13
Fix ALTER COLUMN TYPE to preserve the tablespace and reloptions of indexes
Tom Lane
2007-10-13
Teach planagg.c that partial indexes specifying WHERE foo IS NOT NULL can be
Tom Lane
2007-10-12
When telling the bgwriter that we need a checkpoint because too much xlog
Tom Lane
2007-10-12
Remove hack in pg_tablespace_aclmask() that disallowed permissions
Tom Lane
2007-10-11
Ensure that the result of evaluating a function during constant-expression
Tom Lane
2007-10-11
Remove incorrect use of VARSIZE() on a toasted datum. We can just remove it
Tom Lane
2007-10-11
Fix the plan-invalidation mechanism to treat regclass constants that refer to
Tom Lane
2007-10-06
Make dumpcolors() have tolerable performance when using 32-bit chr,
Tom Lane
2007-10-06
Adjust some regex debugging printouts to not give wrong-format-width
Tom Lane
2007-10-04
Keep the planner from failing on "WHERE false AND something IN (SELECT ...)".
Tom Lane
2007-10-04
Change Assert() to a plain test and elog, just to see if that works
Tom Lane
2007-10-01
Avoid assuming that struct varattrib_pointer doesn't get padded by the
Tom Lane
2007-09-30
Add an extra header byte to TOAST-pointer datums to represent their size
Tom Lane
2007-09-30
Adjust recovery PS display as agreed with Simon: 'waiting for XXX'
Tom Lane
2007-09-29
Make recovery show the current input WAL segment name in the startup
Tom Lane
2007-09-29
Disallow CLUSTER using an invalid index (that is, one left over from a failed
Tom Lane
2007-09-29
Improve consistency of the error messages generated when you try to use
Tom Lane
2007-09-29
Make archive recovery always start a new timeline, rather than only when a
Tom Lane
2007-09-28
Change initdb and CREATE DATABASE to actively reject attempts to create
Tom Lane
2007-09-27
Add virtual transaction IDs to CSVLOG output, so that messages coming from
Tom Lane
2007-09-27
Fix Assert failure in ExpandColumnRefStar --- what I thought was a can't
Tom Lane
2007-09-26
Some small tuptoaster improvements from Greg Stark. Avoid unnecessary
Tom Lane
2007-09-26
Minor improvements in backup and recovery:
Tom Lane
2007-09-26
Adjust the new memory limit in the lazy vacuum code to use MaxHeapTuplesPerPage
Alvaro Herrera
2007-09-26
Create a function variable "join_search_hook" to let plugins override the
Tom Lane
2007-09-26
Fix crash of to_tsvector() function on huge input: compareWORD()
Teodor Sigaev
2007-09-26
In the integer-datetimes case, date2timestamp and date2timestamptz need
Tom Lane
2007-09-25
Dept. of second thoughts: fix loop in BgBufferSync so that the exit when
Tom Lane
2007-09-25
Just-in-time background writing strategy. This code avoids re-scanning
Tom Lane
2007-09-24
Add comments re text <-> bytea internal equivalence in convert routines.
Andrew Dunstan
2007-09-24
Use correct PG_GETARG macro in pg_convert
Andrew Dunstan
2007-09-24
Avoid having autovacuum read pgstats data too many times in quick succession.
Alvaro Herrera
2007-09-24
Reduce the size of memory allocations by lazy vacuum when processing a small
Alvaro Herrera
2007-09-24
Simplify and rename some GUC variables, per various recent discussions:
Tom Lane
2007-09-24
Remove "convert 'blah' using conversion_name" facility, because if it
Andrew Dunstan
2007-09-23
Fix bugs in XML binary I/O functions. Heikki and Tom
Tom Lane
2007-09-23
Make autovacuum report the start time of its current activity in
Tom Lane
2007-09-23
TransactionIdIsInProgress can skip scanning the ProcArray if the target XID is
Tom Lane
2007-09-23
Temporarily modify tsearch regression tests to suppress notice that comes
Tom Lane
2007-09-22
Fix cost estimates for EXISTS subqueries that are evaluated as initPlans
Tom Lane
2007-09-22
Fix erroneous Assert() in syslogger process start in EXEC_BACKEND case,
Tom Lane
2007-09-22
Fix bogus calculation of potential output string length in translate().
Tom Lane
2007-09-22
Although I'd misdiagnosed the reason for the recent failures on
Tom Lane
[next]