postgresql/src/backend
Peter Eisentraut 172b125578 Make sure that -- comments extend to the end of the line. This fixes the
misscanning of this construct:

SELECT ''hello world''
-- SELECT ''goodbye world''
::text;
2003-10-09 19:13:23 +00:00
..
access Repair RI trigger visibility problems (this time for sure ;-)) per recent 2003-10-01 21:30:53 +00:00
bootstrap Cause standalone backend (including bootstrap case) to read the GUC 2003-09-02 19:04:12 +00:00
catalog Some updates 2003-10-09 19:11:03 +00:00
commands During ALTER TABLE ADD FOREIGN KEY, try to check the existing rows using 2003-10-06 16:38:28 +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 Various message fixes, among those fixes for the previous round of fixes 2003-09-26 15:27:37 +00:00
main You can't NLS-enable a program component by just putting gettext() around 2003-09-27 09:29:31 +00:00
nodes Fix ARRAY[] construct so that in multidimensional case, elements can 2003-08-17 23:43:27 +00:00
optimizer Add a little more smarts to estimate_hash_bucketsize(): if there's no 2003-10-05 22:44:25 +00:00
parser Make sure that -- comments extend to the end of the line. This fixes the 2003-10-09 19:13:23 +00:00
po Translation update 2003-10-04 22:50:20 +00:00
port More message editing, some suggested by Alvaro Herrera 2003-09-29 00:05:25 +00:00
postmaster Various message fixes, among those fixes for the previous round of fixes 2003-09-26 15:27:37 +00:00
regex Fix broken definition of :print: character class, per Bruno Wolff. 2003-09-29 00:21:58 +00:00
rewrite More message editing, some suggested by Alvaro Herrera 2003-09-29 00:05:25 +00:00
storage Repair RI trigger visibility problems (this time for sure ;-)) per recent 2003-10-01 21:30:53 +00:00
tcop Change "query:" to "statement:". 2003-10-09 02:40:18 +00:00
utils Have log_min_duration_statement = 0 always print duration/statement. 2003-10-08 03:49:38 +00:00
Makefile Make "win" a separate port from "cygwin". This means you can now 2003-03-21 17:18:34 +00:00
nls.mk New Norwegian translation by Trond Endrestøl, actually made for 7.3, but 2003-09-29 10:57:06 +00:00