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
38bb77a5d1
ALTER TABLE DROP COLUMN works. Patch by Christopher Kings-Lynne,
...
code review by Tom Lane. Remaining issues: functions that take or
return tuple types are likely to break if one drops (or adds!)
a column in the table defining the type. Need to think about what
to do here.
Along the way: some code review for recent COPY changes; mark system
columns attnotnull = true where appropriate, per discussion a month ago.
24 years ago
..
access
oid is needed, it is added at the end of the struct (after the null
24 years ago
bootstrap
Update copyright to 2002.
24 years ago
catalog
ALTER TABLE DROP COLUMN works. Patch by Christopher Kings-Lynne,
24 years ago
commands
Instead of having a configure-time DEFAULT_ATTSTATTARGET, store -1 in
24 years ago
executor
ALTER TABLE DROP COLUMN works. Patch by Christopher Kings-Lynne,
24 years ago
lib
Update copyright to 2002.
24 years ago
libpq
Update copyright to 2002.
24 years ago
mb
Fix typo. Remove #ifdef MULTIBYTE
24 years ago
nodes
The attached patch removes the last remnants of support for
24 years ago
optimizer
Remove _deadcode.
24 years ago
parser
ALTER TABLE DROP COLUMN works. Patch by Christopher Kings-Lynne,
24 years ago
port
Not needed anymore.
24 years ago
regex
Implement SQL99 OVERLAY(). Allows substitution of a substring in a string.
24 years ago
rewrite
The attached patch (against HEAD) implements
24 years ago
storage
* -Remove LockMethodTable.prio field, not used (Bruce)
24 years ago
tcop
Update copyright to 2002.
24 years ago
utils
ALTER TABLE DROP COLUMN works. Patch by Christopher Kings-Lynne,
24 years ago
Makefile
Include directory rearrangement
25 years ago
c.h
Update copyright to 2002.
24 years ago
fmgr.h
Update copyright to 2002.
24 years ago
funcapi.h
Here are two patches. The guc_and_tablefunc patch addresses the two
24 years ago
miscadmin.h
Update copyright to 2002.
24 years ago
pg_config.h.in
Instead of having a configure-time DEFAULT_ATTSTATTARGET, store -1 in
24 years ago
pg_config.h.win32
I'm at the win32 error messages once more. The DLL load thingy doesn't
24 years ago
pgstat.h
New pgindent run with fixes suggested by Tom. Patch manually reviewed,
25 years ago
postgres.h
Update copyright to 2002.
24 years ago
postgres_ext.h
Document that NAMEDATALEN must be a multiple of sizeof(int).
24 years ago
postgres_fe.h
Update copyright to 2002.
24 years ago
rusagestub.h
Update copyright to 2002.
24 years ago
strdup.h
…