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
f18dfc4835
Minor improvements in backup and recovery:
...
- create a separate archive_mode GUC, on which archive_command is dependent
- %r option in recovery.conf sends last restartpoint to recovery command
- %r used in pg_standby, updated README
- minor other code cleanup in pg_standby
- doc on Warm Standby now mentions pg_standby and %r
- log_restartpoints recovery option emits LOG message at each restartpoint
- end of recovery now displays last transaction end time, as requested
by Warren Little; also shown at each restartpoint
- restart archiver if needed to carry away WAL files at shutdown
Simon Riggs
19 years ago
..
access
Minor improvements in backup and recovery:
19 years ago
bootstrap
Create a new dedicated Postgres process, "wal writer", which exists to write
19 years ago
catalog
Change on-disk representation of NUMERIC datatype so that the sign_dscale
19 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
Move session_start out of MyProcPort stucture and make it a global called MyStartTime,
19 years ago
mb
Close previously open holes for invalidly encoded data to enter the
19 years ago
nodes
HOT updates. When we update a tuple without changing any of its indexed
19 years ago
optimizer
Create a function variable "join_search_hook" to let plugins override the
19 years ago
parser
Separate parse-analysis for utility commands out of parser/analyze.c
19 years ago
port
Rename DLLIMPORT macro to PGDLLIMPORT to avoid conflict with
19 years ago
postmaster
Simplify and rename some GUC variables, per various recent discussions:
19 years ago
regex
Wording cleanup for error messages. Also change can't -> cannot.
19 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
Just-in-time background writing strategy. This code avoids re-scanning
19 years ago
tcop
Rename DLLIMPORT macro to PGDLLIMPORT to avoid conflict with
19 years ago
tsearch
Remove QueryOperand->istrue flag, it was used only in cover ranking
19 years ago
utils
Change on-disk representation of NUMERIC datatype so that the sign_dscale
19 years ago
Makefile
Heikki Linnakangas <heikki@enterprisedb.com>:
19 years ago
c.h
Implement lazy XID allocation: transactions that do not modify any database
19 years ago
fmgr.h
Parenthesize macro arguments safely. I see no bug among the current
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
If we're gonna provide an --enable-profiling configure option, surely
19 years ago
pg_config.h.win32
Enable IPV6 for all MSVC builds, including the VC6 libpq-only build.
19 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
Get dirmod.c on the same page as port.h about whether we use pgsymlink
19 years ago
postgres.h
Rename DLLIMPORT macro to PGDLLIMPORT to avoid conflict with
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
Update CVS HEAD for 2007 copyright. Back branches are typically not
19 years ago
rusagestub.h
Update CVS HEAD for 2007 copyright. Back branches are typically not
19 years ago