postgresql/src/include
Tom Lane 42ce74bf17 COMMENT ON casts, conversions, languages, operator classes, and
large objects.  Dump all these in pg_dump; also add code to pg_dump
user-defined conversions.  Make psql's large object code rely on
the backend for inserting/deleting LOB comments, instead of trying to
hack pg_description directly.  Documentation and regression tests added.

Christopher Kings-Lynne, code reviewed by Tom
2003-11-21 22:32:49 +00:00
..
access Cross-data-type comparisons are now indexable by btrees, pursuant to my 2003-11-12 21:15:59 +00:00
bootstrap Background writer process 2003-11-19 15:55:08 +00:00
catalog Cross-data-type comparisons are now indexable by btrees, pursuant to my 2003-11-12 21:15:59 +00:00
commands Add operator strategy and comparison-value datatype fields to ScanKey. 2003-11-09 21:30:38 +00:00
executor Repair RI trigger visibility problems (this time for sure ;-)) per recent 2003-10-01 21:30:53 +00:00
lib Update copyrights to 2003. 2003-08-04 02:40:20 +00:00
libpq Second try at IPv4-to-v6 mapping code; avoid assuming that the struct 2003-09-05 23:07:21 +00:00
mb pgindent run. 2003-08-04 00:43:34 +00:00
nodes COMMENT ON casts, conversions, languages, operator classes, and 2003-11-21 22:32:49 +00:00
optimizer Remove geqo_random_seed parameter. Having geqo reset the global random() 2003-09-07 15:26:54 +00:00
parser Create a 'type cache' that keeps track of the data needed for any particular 2003-08-17 19:58:06 +00:00
port Update for m68k from Peter. 2003-10-26 01:41:10 +00:00
regex Another pgindent run with updated typedefs. 2003-08-08 21:42:59 +00:00
rewrite Update copyrights to 2003. 2003-08-04 02:40:20 +00:00
storage Background writer process 2003-11-19 15:55:08 +00:00
tcop Another pgindent run with updated typedefs. 2003-08-08 21:42:59 +00:00
utils COMMENT ON casts, conversions, languages, operator classes, and 2003-11-21 22:32:49 +00:00
c.h Revert to 7.3-and-before practice of only including <fcntl.h> in c.h 2003-10-21 15:32:58 +00:00
fmgr.h Update copyrights to 2003. 2003-08-04 02:40:20 +00:00
funcapi.h Fix some copyright notices that weren't updated. Improve copyright tool 2003-08-04 23:59:41 +00:00
getaddrinfo.h Workaround for platforms that have getaddrinfo() without AI_NUMERICHOST. 2003-08-14 18:32:55 +00:00
getopt_long.h Another pgindent run with updated typedefs. 2003-08-08 21:42:59 +00:00
Makefile
miscadmin.h 2nd try for the ARC strategy. 2003-11-13 14:57:15 +00:00
pg_config_manual.h Add operator strategy and comparison-value datatype fields to ScanKey. 2003-11-09 21:30:38 +00:00
pg_config.h.in autoconf/autoheader run. 2003-09-13 16:39:51 +00:00
pg_config.h.win32 Update for 7.4 release. 2003-11-13 04:23:03 +00:00
pgstat.h pgindent run. 2003-08-04 00:43:34 +00:00
port.h Attempt threading in this order: 2003-09-13 14:49:51 +00:00
postgres_ext.h Share PG_DIAG_* macros between client and server and use them internally. 2003-08-27 00:33:34 +00:00
postgres_fe.h Update copyrights to 2003. 2003-08-04 02:40:20 +00:00
postgres.h Update copyrights to 2003. 2003-08-04 02:40:20 +00:00
rusagestub.h Update copyrights to 2003. 2003-08-04 02:40:20 +00:00
strdup.h