summaryrefslogtreecommitdiff
path: root/src/backend/utils/misc
Commit message (Expand)AuthorAgeFilesLines
* Second pass over run-time configuration system. Adjust priorities on somePeter Eisentraut2000-06-221-50/+82
* Final #include cleanup.Bruce Momjian2000-06-151-7/+1
* Removed ELOG_TIMESTAMPS #define in favor of two run-timePeter Eisentraut2000-06-041-2/+4
* New ps display code, works on more platforms.Peter Eisentraut2000-06-044-10/+288
* Remove NT-specific file open defines by defining our own open macros forBruce Momjian2000-06-021-6/+2
* Keep CVS quiet about derived file guc-file.c.Tom Lane2000-06-021-0/+1
* The definition for "ProcessConfigFile()" in guc-file.l does not matchBruce Momjian2000-06-011-2/+2
* Simplify overly-clever Make rule, which evidently confuses at leastTom Lane2000-06-011-12/+11
* The heralded `Grand Unified Configuration scheme' (GUC)Peter Eisentraut2000-05-314-515/+989
* Generated header files parse.h and fmgroids.h are now copied intoTom Lane2000-05-291-3/+1
* Fix too long syslog message problemTatsuo Ishii2000-05-261-1/+81
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-122-42/+53
* The constant in backend/utils/misc/trace.c, line 32 limits the length ofBruce Momjian2000-04-101-1/+1
* Bruce and all:Bruce Momjian2000-03-081-4/+9
* contrib-array.patchBruce Momjian2000-02-131-2/+2
* Add:Bruce Momjian2000-01-262-4/+6
* Removed MBFLAGS from makefiles since it's now done in include/config.h.Peter Eisentraut2000-01-191-5/+1
* * User management commands no longer user pg_exec_query_dest -> more robustPeter Eisentraut2000-01-141-4/+3
* Fixed everything in and surrounding createdb and dropdb to make it morePeter Eisentraut2000-01-131-89/+46
* Remove DATEDEBUG because it didn't look Y2K safe, and fix timestamp elogBruce Momjian2000-01-021-2/+2
* Some changes to prepare for LONG attributes.Jan Wieck1999-12-161-1/+2
* New LDOUT makefile variable for QNX os.Bruce Momjian1999-12-131-2/+2
* Make LD -r as macros that can be changed for QNX.Bruce Momjian1999-12-091-2/+2
* Add pg_statistic index, add missing Hiroshi file.Bruce Momjian1999-11-241-2/+2
* Add system indexes to match all caches.Bruce Momjian1999-11-221-2/+2
* New NameStr macro to convert Name to Str. No need for var.data anymore.Bruce Momjian1999-11-071-2/+2
* Standardize on MAXPGPATH as the size of a file pathname buffer,Tom Lane1999-10-251-22/+28
* Massimo's SET FSYNC and SHOW PG_OPTIONS changes, without SET QUERY_LIMIT.Bruce Momjian1999-09-271-0/+11
* Several changes here, not very related but touching some of the same files.Tom Lane1999-09-241-48/+23
* Mega-commit to make heap_open/heap_openr/heap_close take anTom Lane1999-09-181-6/+4
* Eliminate elog()'s hardwired limit on length of an error message.Tom Lane1999-09-111-15/+20
* Move some system includes into c.h, and remove duplicates.Bruce Momjian1999-07-172-7/+1
* Final cleanupBruce Momjian1999-07-163-4/+6
* Change #include's to use <> and "" as appropriate.Bruce Momjian1999-07-151-4/+4
* Remove unused #includes in *.c files.Bruce Momjian1999-07-152-10/+1
* Clean up #include in /include directory. Add scripts for checking includes.Bruce Momjian1999-07-151-1/+2
* Reversed out Massimo patch.Bruce Momjian1999-06-121-7/+4
* I don't like last minute patches before the final freeze, but I believe thatBruce Momjian1999-06-121-4/+7
* trace.patch (compilation error)Marc G. Fournier1999-06-051-7/+7
* Make functions static or NOT_USED as appropriate.Bruce Momjian1999-05-261-1/+5
* pgindent run over code.Bruce Momjian1999-05-252-10/+12
* Modify backend switch parsing to prevent 'insecure' switchesTom Lane1999-05-221-2/+6
* Changed debug options:Jan Wieck1999-05-111-0/+3
* Fix snprintf with strings, and nextval('"Aa"');Bruce Momjian1999-03-161-1/+1
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-133-5/+5
* Add missing variable, per Massimo.Tom Lane1999-01-171-0/+2
* Apply Win32 patch from Horak Daniel.Bruce Momjian1999-01-172-1/+9
* Some security, since we now have vsnprintf, I remade an old patchBruce Momjian1999-01-011-4/+4
* New HeapTuple structure/interface.Vadim B. Mikheev1998-11-271-6/+6
* Reverse out addition of snprintf.Bruce Momjian1998-10-281-8/+4