Commit Graph

186 Commits (4b1742a192a60b9c063fd7e93f5aed7a697bece1)

Author SHA1 Message Date
Tom Lane 42f167f8b1 Fix func_ptr declaration for netbsd-mac68k, per Rémi Zara. 21 years ago
Tom Lane 337ffcddba Adjust configuration-files GUC behavior as per my recent proposal. 21 years ago
Tom Lane 9a31c9b7b8 Suppress getppid test on WIN32, per Dave Page. 21 years ago
Tom Lane c8196c87a7 Adjust postmaster to recognize that a lockfile containing its parent's PID 21 years ago
Bruce Momjian b6b71b85bc Pgindent run for 8.0. 21 years ago
Bruce Momjian da9a8649d8 Update copyright to 2004. 21 years ago
Tom Lane efcaf1e868 Some mop-up work for savepoints (nested transactions). Store a small 21 years ago
Bruce Momjian 118ec0daa8 Canonicalize preload_libraries after it is split up, not before. 21 years ago
Bruce Momjian 421089dc35 Cleanup for canonicalization fixes, from Tom. 21 years ago
Tom Lane 2467394ee1 Tablespaces. Alternate database locations are dead, long live tablespaces. 21 years ago
Neil Conway 72b6ad6313 Use the new List API function names throughout the backend, and disable the 21 years ago
Neil Conway d0b4399d81 Reimplement the linked list data structure used throughout the backend. 21 years ago
Bruce Momjian 31338352bd * Most changes are to fix warnings issued when compiling win32 22 years ago
Tom Lane 87bd956385 Restructure smgr API as per recent proposal. smgr no longer depends on 22 years ago
Neil Conway f06e79525a Win32 signals cleanup. Patch by Magnus Hagander, with input from Claudio 22 years ago
Bruce Momjian 50491963cb Here's the latest win32 signals code, this time in the form of a patch 22 years ago
Tom Lane c77f363384 Ensure that close() and fclose() are checked for errors, at least in 22 years ago
Tom Lane 92ff092d40 [Forced commit to add log message that I fat-fingered last time] 22 years ago
Tom Lane 4f913efe73 make 22 years ago
PostgreSQL Daemon 969685ad44 $Header: -> $PostgreSQL Changes ... 22 years ago
Peter Eisentraut d84b6ef56b Various message fixes, among those fixes for the previous round of fixes 22 years ago
Peter Eisentraut feb4f44d29 Message editing: remove gratuitous variations in message wording, standardize 22 years ago
Tom Lane a56a016ceb Repair some REINDEX problems per recent discussions. The relcache is 22 years ago
Tom Lane 4c3c8c048d Remove --enable-recode feature, since it's been broken by IPv6 changes, 22 years ago
Bruce Momjian f3c3deb7d0 Update copyrights to 2003. 22 years ago
Bruce Momjian 089003fb46 pgindent run. 22 years ago
Tom Lane c4cf7fb814 Adjust 'permission denied' messages to be more useful and consistent. 22 years ago
Tom Lane 8b1ea2f58b Cause library-preload feature to report error if specified initialization 22 years ago
Tom Lane 81b5c8a136 A visit from the message-style police ... 22 years ago
Tom Lane b556e8200e elog mop-up: bring some straggling fprintf(stderr)'s into the elog world. 22 years ago
Bruce Momjian 440953e6cd Tom, happier with the attached patch? 22 years ago
Tom Lane 689eb53e47 Error message editing in backend/utils (except /adt). 22 years ago
Tom Lane ea886339b8 Add is_superuser parameter reporting, soon to be used by psql. 22 years ago
Peter Eisentraut b256f24264 First batch of object rename commands. 22 years ago
Bruce Momjian d46e643822 Add Win32 path handling for / vs. \ and drive letters. 23 years ago
Bruce Momjian 15ce2d2e4a > I can see a couple possible downsides: (a) the library might have some 23 years ago
Tom Lane 33875872fd Get rid of last few unadorned 'permission denied' messages. 23 years ago
Tom Lane 15ab7a8720 Where available, use utime() or utimes() to update the file mod time 23 years ago
Bruce Momjian 7816c7cb94 More cleanup of userid to be AclId rather than Oid. 23 years ago
Bruce Momjian bea4792125 This patch removes a bunch of superfluous #include directives: if 23 years ago
Bruce Momjian e50f52a074 pgindent run. 23 years ago
Bruce Momjian 97ac103289 Remove sys/types.h in files that include postgres.h, and hence c.h, 23 years ago
Tatsuo Ishii 0345f58496 Implement DROP CONVERSION 23 years ago
Bruce Momjian d84fe82230 Update copyright to 2002. 23 years ago
Jan Wieck 469cb65aca Katherine Ward wrote: 23 years ago
Tom Lane f0811a74b3 Merge the last few variable.c configuration variables into the generic 23 years ago
Tom Lane 2822788993 Accept SET SESSION AUTHORIZATION DEFAULT and RESET SESSION AUTHORIZATION 23 years ago
Tom Lane 72a3902a66 Create an internal semaphore API that is not tied to SysV semaphores. 23 years ago
Tom Lane 91fc10fdac Fix compile errors in CYR_RECODE code, per report from Oliver Elphick. 23 years ago
Tom Lane c06f6a6bc2 Support toasting of shared system relations, and provide toast tables for 24 years ago