postgresql/src/backend
Tom Lane f065957062 Come to think of it, functions in FROM have the same syntactic restriction
as CREATE INDEX did, and can be fixed the same way, for another small
improvement in usability and reduction in grammar size.
2004-09-30 00:24:27 +00:00
..
access Code cleanup: don't bother casting the argument to pfree() to void * 2004-09-27 04:01:23 +00:00
bootstrap Fix unintended assignment of sequences to the containing schema's 2004-08-31 17:10:36 +00:00
catalog Restructure subtransaction handling to reduce resource consumption, 2004-09-16 16:58:44 +00:00
commands Code cleanup: don't bother casting the argument to pfree() to void * 2004-09-27 04:01:23 +00:00
executor ExecProcAppend() wasn't called ExecAppend() because the latter name was 2004-09-24 01:36:37 +00:00
lib Pgindent run for 8.0. 2004-08-29 05:07:03 +00:00
libpq Add new macro as shorthand for MS VC and Borland C++: 2004-09-27 23:24:45 +00:00
main Cleanup some ancient Ultrix / Alpha code in main() that is intended to 2004-09-24 06:29:07 +00:00
nodes Pgindent run for 8.0. 2004-08-29 05:07:03 +00:00
optimizer Fix mistaken comment. 2004-09-01 18:04:32 +00:00
parser Come to think of it, functions in FROM have the same syntactic restriction 2004-09-30 00:24:27 +00:00
po Translation update 2004-09-27 20:28:15 +00:00
port shmdt takes a void* parameter, per Kris Jurka. 2004-09-24 05:27:35 +00:00
postmaster Rotate on time boundaries that are sensible per local time rather than GMT. 2004-09-21 00:21:25 +00:00
regex Solve the 'Turkish problem' with undesirable locale behavior for case 2004-05-07 00:24:59 +00:00
rewrite Pgindent run for 8.0. 2004-08-29 05:07:03 +00:00
storage Minor adjustments to improve the accuracy of our computation of required 2004-09-29 15:15:56 +00:00
tcop Repair bug that would allow libpq to think a command had succeeded when 2004-09-26 00:26:28 +00:00
utils Adjust obsolete comment about memory needs for lock table. 2004-09-28 21:19:30 +00:00
Makefile Add libpgport to postgres.def for Windows build. Per Magnus Hagander. 2004-08-01 18:07:42 +00:00
nls.mk Add translation from 7.4 branch to head. 2004-08-11 09:00:27 +00:00