postgresql/src/backend/utils
Tom Lane dbc632eb37 Make path_recv() and poly_recv() reject paths/polygons containing no points.
The zero-point case is sensible so far as the data structure is concerned,
so maybe we ought to allow it sometime; but right now the textual input
routines for these types don't allow it, and it seems that not all the
functions for the types are prepared to cope.
Report and patch by Merlin Moncure.
2007-12-18 00:04:08 +00:00
..
adt Make path_recv() and poly_recv() reject paths/polygons containing no points. 2007-12-18 00:04:08 +00:00
cache Avoid incrementing the CommandCounter when CommandCounterIncrement is called 2007-11-30 21:22:54 +00:00
error Make CSV column ordering a bit more logical. 2007-12-11 20:07:31 +00:00
fmgr pgindent run for 8.3. 2007-11-15 21:14:46 +00:00
hash pgindent run for 8.3. 2007-11-15 21:14:46 +00:00
init pgindent run for 8.3. 2007-11-15 21:14:46 +00:00
mb Cleanup for new else/comment handling. 2007-11-16 01:11:04 +00:00
misc Realign the running text in this file to 79 characters wide. Some other 2007-12-07 16:44:56 +00:00
mmgr Re-run pgindent with updated list of typedefs. (Updated README should 2007-11-15 22:25:18 +00:00
resowner Re-run pgindent with updated list of typedefs. (Updated README should 2007-11-15 22:25:18 +00:00
sort pgindent run for 8.3. 2007-11-15 21:14:46 +00:00
time Avoid incrementing the CommandCounter when CommandCounterIncrement is called 2007-11-30 21:22:54 +00:00
.cvsignore Cleanup to ensure good state of derived files in tarballs. 2000-06-09 02:38:36 +00:00
Gen_fmgrtab.sh Implement function-local GUC parameter settings, as per recent discussion. 2007-09-03 00:39:26 +00:00
Makefile Replace useless uses of := by = in makefiles. 2007-02-09 15:56:00 +00:00
probes.d DTrace support, with a small initial set of probes 2006-07-24 16:32:45 +00:00