postgresql/src/backend
Neil Conway a3c53c834f This patch from Alvaro Herrera adds transaction ID to the list of
log_line_prefix escapes. The escape sequence used for this is %x.
%x previously meant "postmaster et al. stop here" -- this has been
renamed to %q.
2004-09-22 03:55:27 +00:00
..
access Now that xmax and cmin are distinct fields again, we should zero xmax when 2004-09-17 18:09:55 +00:00
bootstrap Fix unintended assignment of sequences to the containing schema's 2004-08-31 17:10:36 +00:00
catalog Restructure subtransaction handling to reduce resource consumption, 2004-09-16 16:58:44 +00:00
commands Restructure subtransaction handling to reduce resource consumption, 2004-09-16 16:58:44 +00:00
executor Hashed LEFT JOIN would miss outer tuples with no inner match if the join 2004-09-17 18:28:53 +00:00
lib Pgindent run for 8.0. 2004-08-29 05:07:03 +00:00
libpq Fix memory leak in tokenize_file, per report from Vadim Passynkov. 2004-09-18 01:22:58 +00:00
main Pgindent run for 8.0. 2004-08-29 05:07:03 +00:00
nodes Pgindent run for 8.0. 2004-08-29 05:07:03 +00:00
optimizer Fix mistaken comment. 2004-09-01 18:04:32 +00:00
parser Added a call to gettext() to fix broken translated error messages. 2004-09-09 06:56:48 +00:00
po Translation update 2004-09-20 08:15:29 +00:00
port More cleanup. 2004-09-10 14:24:25 +00:00
postmaster Rotate on time boundaries that are sensible per local time rather than GMT. 2004-09-21 00:21:25 +00:00
regex Solve the 'Turkish problem' with undesirable locale behavior for case 2004-05-07 00:24:59 +00:00
rewrite Pgindent run for 8.0. 2004-08-29 05:07:03 +00:00
storage RecentXmin is too recent to use as the cutoff point for accessing 2004-09-16 18:35:23 +00:00
tcop Redesign query-snapshot timing so that volatile functions in READ COMMITTED 2004-09-13 20:10:13 +00:00
utils This patch from Alvaro Herrera adds transaction ID to the list of 2004-09-22 03:55:27 +00:00
Makefile Add libpgport to postgres.def for Windows build. Per Magnus Hagander. 2004-08-01 18:07:42 +00:00
nls.mk Add translation from 7.4 branch to head. 2004-08-11 09:00:27 +00:00