This website requires JavaScript.
Explore
Help
Sign In
database
/
postgres
Watch
1
Star
0
Fork
0
You've already forked postgres
mirror of
https://github.com/postgres/postgres.git
synced
2025-08-25 20:23:07 +03:00
Code
Activity
Files
6783b2372ef13c141649840a836ff0a954ea1d4d
postgres
/
src
/
backend
/
rewrite
History
Bruce Momjian
6783b2372e
Another pgindent run. Fixes enum indenting, and improves #endif
...
spacing. Also adds space for one-line comments.
2001-10-28 06:26:15 +00:00
..
Makefile
Subselects in FROM clause, per ISO syntax: FROM (SELECT ...) [AS] alias.
2000-09-29 18:21:41 +00:00
rewriteDefine.c
Make ALTER TABLE RENAME on a view rename the view's on-select rule too.
2001-08-12 21:35:19 +00:00
rewriteHandler.c
pgindent run on all C files. Java run to follow. initdb/regression
2001-10-25 05:50:21 +00:00
rewriteManip.c
Another pgindent run. Fixes enum indenting, and improves #endif
2001-10-28 06:26:15 +00:00
rewriteRemove.c
Make OIDs optional, per discussions in pghackers. WITH OIDS is still the
2001-08-10 18:57:42 +00:00
rewriteSupport.c
Make ALTER TABLE RENAME on a view rename the view's on-select rule too.
2001-08-12 21:35:19 +00:00