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
984791e0e1
Upgrade formrdesc() so that it can correctly initialize the tupledesc
...
(rd_att) field of a nailed-in-cache relcache entry. This fixes the bug
reported by Alvaro 8-Dec-2004; I believe it probably also explains
Grant Finnemore's report of 10-Sep-2004.
In an unrelated change in the same file, put back 7.4's response to
failure to rename() the relcache init file, ie, unlink the useless
temp file. I did not put back the warning message, since there might
actually be some reason not to have that.
21 years ago
..
access
Change planner to use the current true disk file size as its estimate of
21 years ago
bootstrap
Update copyright to 2004.
22 years ago
catalog
Upgrade formrdesc() so that it can correctly initialize the tupledesc
21 years ago
commands
Create 'default_tablespace' GUC variable that supplies a TABLESPACE
21 years ago
executor
Rethink plpgsql's way of handling SPI execution during an exception block.
21 years ago
lib
Update copyright to 2004.
22 years ago
libpq
Remove references to the ODBC driver from the main source tree. From Kris
22 years ago
mb
Back out addition of Win1252 encoding.
21 years ago
nodes
Instead of supposing (wrongly, in the general case) that the rowtype
21 years ago
optimizer
In ALTER COLUMN TYPE, strip any implicit coercion operations appearing
21 years ago
parser
When implementing a coercion to a domain type with a combined
21 years ago
port
Allow libpq to build on MS Visual Studio .NET 2003 on Windows XP.
21 years ago
postmaster
Replace log_filename_prefix with more general log_filename parameter,
22 years ago
regex
…
rewrite
Pgindent run for 8.0.
22 years ago
storage
Put in place some defenses against being fooled by accidental match of
21 years ago
tcop
Remove GUC USERLIMIT variable category, making the affected variables
21 years ago
utils
A client_encoding specification coming from the connection request has
21 years ago
Makefile
Install include/port header files, and fix PGXS build to use them.
21 years ago
c.h
Add new macro as shorthand for MS VC and Borland C++:
22 years ago
fmgr.h
Update copyright to 2004.
22 years ago
funcapi.h
Pgindent run for 8.0.
22 years ago
getaddrinfo.h
Add new macro as shorthand for MS VC and Borland C++:
22 years ago
getopt_long.h
…
miscadmin.h
Remove GUC USERLIMIT variable category, making the affected variables
21 years ago
pg_config.h.in
Add code to find_my_exec() to resolve a symbolic link down to the
21 years ago
pg_config.h.win32
…
pg_config_manual.h
Minor cleanup.
22 years ago
pgstat.h
Update copyright to 2004.
22 years ago
pgtime.h
Invent pg_next_dst_boundary() and rewrite DetermineLocalTimeZone() to
21 years ago
port.h
Miscellaneous Cygwin build fixes from Reini Urban.
21 years ago
postgres.h
Update copyright to 2004.
22 years ago
postgres_ext.h
Pgindent run for 8.0.
22 years ago
postgres_fe.h
Update copyright to 2004.
22 years ago
rusagestub.h
Update copyright to 2004.
22 years ago
strdup.h
…