postgresql/src/backend
Tom Lane d13f372acd Fix pg_get_serial_sequence(), which could incorrectly return the name
of an index on a serial column, rather than the name of the associated
sequence.  Fallout from recent changes in dependency setup for serials.
Per bug #2732 from Basil Evseenko.
2006-11-10 22:59:29 +00:00
..
access Clean up some misleading references to %p being a full path, per Simon. 2006-11-10 22:32:20 +00:00
bootstrap pgindent run for 8.2. 2006-10-04 00:30:14 +00:00
catalog Fix errors in key_column_usage.position_in_unique_constraint column recently 2006-11-10 18:10:10 +00:00
commands Fix recently-understood problems with handling of XID freezing, particularly 2006-11-05 22:42:10 +00:00
executor Remove a 15-year old comment questioning behavior that is now well- 2006-11-08 00:45:30 +00:00
lib Update copyright for 2006. Update scripts. 2006-03-05 15:59:11 +00:00
libpq Minor fix for LDAP authentication: if an error occurs, we need to 2006-11-06 01:27:52 +00:00
main pgindent run for 8.2. 2006-10-04 00:30:14 +00:00
nodes Fix recently-understood problems with handling of XID freezing, particularly 2006-11-05 22:42:10 +00:00
optimizer Fix set_joinrel_size_estimates() to estimate outer-join sizes more 2006-11-10 01:21:41 +00:00
parser Fix recently-understood problems with handling of XID freezing, particularly 2006-11-05 22:42:10 +00:00
po Translations update 2006-10-21 21:03:04 +00:00
port Fix infinite sleep and failes of send in Win32. 2006-10-13 13:59:47 +00:00
postmaster Clean up some misleading references to %p being a full path, per Simon. 2006-11-10 22:32:20 +00:00
regex Re-run pgindent, fixing a problem where comment lines after a blank 2005-11-22 18:17:34 +00:00
rewrite Message style improvements 2006-10-06 17:14:01 +00:00
storage Remove temporary Windows-specific debugging code; it seems the problem 2006-11-06 17:10:22 +00:00
tcop Marginal improvement in logging: include the function name when logging 2006-10-19 22:44:11 +00:00
utils Fix pg_get_serial_sequence(), which could incorrectly return the name 2006-11-10 22:59:29 +00:00
Makefile On Windows, we know the backend stack size limit because we have to 2006-10-08 17:15:34 +00:00
nls.mk Add _ to gettext triggers. Must have been forgotten here when it was introduced. 2005-10-04 11:14:03 +00:00