You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Tom Lane
6cc4451b5c
Prevent re-use of a deleted relation's relfilenode until after the next
...
checkpoint. This guards against an unlikely data-loss scenario in which
we re-use the relfilenode, then crash, then replay the deletion and
recreation of the file. Even then we'd be OK if all insertions into the
new relation had been WAL-logged ... but that's not guaranteed given all
the no-WAL-logging optimizations that have recently been added.
Patch by Heikki Linnakangas, per a discussion last month.
18 years ago
..
access
Use "alternative" instead of "alternate" where it is clearer.
18 years ago
bootstrap
Create a new dedicated Postgres process, "wal writer", which exists to write
19 years ago
catalog
Remove the aggregate form of ts_rewrite(), since it doesn't work as desired
18 years ago
commands
Simplify the syntax of CREATE/ALTER TEXT SEARCH DICTIONARY by treating the
19 years ago
executor
Arrange to cache a ResultRelInfo in the executor's EState for relations that
19 years ago
lib
Add resetStringInfo(), which clears the content of a StringInfo, and
19 years ago
libpq
Add parameter krb_realm used by GSSAPI, SSPI and Kerberos
18 years ago
mb
Fix pg_wchar_table[] to match revised ordering of the encoding ID enum.
18 years ago
nodes
Fix EquivalenceClass code to handle volatile sort expressions in a more
18 years ago
optimizer
Fix EquivalenceClass code to handle volatile sort expressions in a more
18 years ago
parser
Ensure that typmod decoration on a datatype name is validated in all cases,
18 years ago
port
New versions of mingw have gettimeofday(), so add an autoconf test
18 years ago
postmaster
Simplify and rename some GUC variables, per various recent discussions:
19 years ago
regex
Adjust regcustom.h so that all those assert() calls in the regex package
18 years ago
rewrite
Fix a couple of misbehaviors rooted in the fact that the default creation
19 years ago
snowball
Tsearch2 functionality migrates to core. The bulk of this work is by
19 years ago
storage
Prevent re-use of a deleted relation's relfilenode until after the next
18 years ago
tcop
Rename DLLIMPORT macro to PGDLLIMPORT to avoid conflict with
19 years ago
tsearch
Resurrect the code for the rewrite(ARRAY[...]) aggregate function,
18 years ago
utils
Improve the performance of LIKE/regex estimation in non-C locales, by making
18 years ago
Makefile
make install is supposed to install everything under src/include/,
18 years ago
c.h
Implement lazy XID allocation: transactions that do not modify any database
19 years ago
fmgr.h
Fix typos in two comments. Spotted by Brendan Jurd
19 years ago
funcapi.h
Update CVS HEAD for 2007 copyright. Back branches are typically not
19 years ago
getaddrinfo.h
Update CVS HEAD for 2007 copyright. Back branches are typically not
19 years ago
getopt_long.h
Update CVS HEAD for 2007 copyright. Back branches are typically not
19 years ago
miscadmin.h
Move session_start out of MyProcPort stucture and make it a global called MyStartTime,
19 years ago
pg_config.h.in
Document that configure option only affects contrib:
18 years ago
pg_config.h.win32
Stamp 8.3beta2.
18 years ago
pg_config_manual.h
Arrange for large sequential scans to synchronize with each other, so that
19 years ago
pg_trace.h
pgindent run for 8.2.
20 years ago
pgstat.h
Just-in-time background writing strategy. This code avoids re-scanning
19 years ago
pgtime.h
Fix crash caused by log_timezone patch if we attempt to emit any elog messages
19 years ago
port.h
New versions of mingw have gettimeofday(), so add an autoconf test
18 years ago
postgres.h
Avoid assuming that struct varattrib_pointer doesn't get padded by the
19 years ago
postgres_ext.h
Move NAMEDATALEN definition from postgres_ext.h to pg_config_manual.h. It
19 years ago
postgres_fe.h
Define the FRONTEND symbol in postgres_fe.h, which allows us to eliminate
19 years ago
rusagestub.h
Update CVS HEAD for 2007 copyright. Back branches are typically not
19 years ago