postgresql/src/backend
Tom Lane d5096af2c4 Make the world safe for passing whole rows of views to functions. This
already worked fine for whole rows of tables, but not so well for views...
2001-04-18 20:42:56 +00:00
..
access Fix comment that Vadim found confusing. 2001-04-05 16:55:21 +00:00
bootstrap Remove dashes in comments that don't need them, rewrap with pgindent. 2001-03-22 06:16:21 +00:00
catalog Disable creation of indexes on system tables. 2001-04-02 14:34:25 +00:00
commands Have to lock buffer while changing page' LSN. 2001-04-04 15:43:25 +00:00
executor Fix comments that were mis-wrapped, for Tom Lane. 2001-03-23 04:49:58 +00:00
lib Remove dashes in comments that don't need them, rewrap with pgindent. 2001-03-22 06:16:21 +00:00
libpq Remove error report from pq_endmessage when pq_putmessage fails. The 2001-04-16 01:46:57 +00:00
main pgindent run. Make it all clean. 2001-03-22 04:01:46 +00:00
nodes Fix Joubert's complaint that int8-sized numeric literals are mishandled 2001-03-22 17:41:47 +00:00
optimizer Make the world safe for passing whole rows of views to functions. This 2001-04-18 20:42:56 +00:00
parser Make rule lister do the right thing with Vars representing whole tuples. 2001-04-18 17:04:24 +00:00
port Tom Ivar Helbekkmo <tih@kpnQwest.no> says that dynamic linking works 2001-04-02 03:08:30 +00:00
postmaster pgindent run. Make it all clean. 2001-03-22 04:01:46 +00:00
regex pgindent run. Make it all clean. 2001-03-22 04:01:46 +00:00
rewrite Make the world safe for passing whole rows of views to functions. This 2001-04-18 20:42:56 +00:00
storage Check for failure of malloc() and realloc() when allocating space for 2001-04-03 04:07:02 +00:00
tcop Add debug_query_string global variable for pgmonitor and debugging use. 2001-04-14 19:11:45 +00:00
tioga Remove dashes in comments that don't need them, rewrap with pgindent. 2001-03-22 06:16:21 +00:00
utils Make rule lister do the right thing with Vars representing whole tuples. 2001-04-18 17:04:24 +00:00
Makefile Fix/cleanup DLLLIBS handling for Cygwin port. If it works it's to 2001-04-04 21:15:56 +00:00