postgresql/src/backend/utils
Tom Lane cd243d27ce Revise rule-printing routines to use expandable StringInfo buffers, so that
they have no hardwired limit on the length of a rule's text.  Fix a couple
of minor bugs in passing --- deparsed UPDATE queries didn't have quotes
around relation name, and quotes and backslashes in constant values weren't
backslash-quoted.
1999-10-02 01:08:05 +00:00
..
adt Revise rule-printing routines to use expandable StringInfo buffers, so that 1999-10-02 01:08:05 +00:00
cache Removed (useless) pg_proc_prosrc_index 1999-09-30 10:31:47 +00:00
error Eliminate elog()'s hardwired limit on length of an error message. 1999-09-11 19:06:42 +00:00
fmgr heap_close(rel, AccessShareLock); 1999-09-28 11:27:13 +00:00
hash Move some system includes into c.h, and remove duplicates. 1999-07-17 20:18:55 +00:00
init Make tree compilable (+WAL). 1999-09-28 11:41:09 +00:00
mb Eliminate query length limitation imposed by pg_client_to_server 1999-09-11 22:28:11 +00:00
misc Massimo's SET FSYNC and SHOW PG_OPTIONS changes, without SET QUERY_LIMIT. 1999-09-27 20:27:32 +00:00
mmgr Add TRUNCATE command, with psql help and sgml additions. 1999-09-23 17:03:39 +00:00
sort Move some system includes into c.h, and remove duplicates. 1999-07-17 20:18:55 +00:00
time Remove unused #includes in *.c files. 1999-07-15 22:40:16 +00:00
Gen_fmgrtab.sh.in Change #include's to use <> and "" as appropriate. 1999-07-15 23:04:24 +00:00
Makefile From: t-ishii@sra.co.jp 1998-07-26 04:31:41 +00:00