Commit Graph

41 Commits (a0f95aceb4963731644b8eed0308beac76e9934c)

Author SHA1 Message Date
Bruce Momjian 6bd323c6b3 Remove un-needed braces around single statements. 28 years ago
Bruce Momjian 27db9ecd0b Fix macros that were not properly surrounded by parens or braces. 28 years ago
Bruce Momjian a576a60e3f Show backend status on ps command line. Remove unused args from 28 years ago
Bruce Momjian a32450a585 pgindent run before 6.3 release, with Thomas' requested changes. 28 years ago
Bruce Momjian c16ebb0f67 getpid/pid cleanup 28 years ago
Bruce Momjian 9db64857e0 Move variable.c to commands/ and aclchk.c to catalog/. 28 years ago
Bruce Momjian deea69b90e Change some ABORTS to ERROR. Add line number when COPY Failure. 28 years ago
Bruce Momjian 0d9fc5afd6 Change elog(WARN) to elog(ERROR) and elog(ABORT). 28 years ago
Thomas G. Lockhart a343b2e713 Coerce a function argument to avoid compiler warning. 28 years ago
Marc G. Fournier 4c04f7724e From: todd brandys <brandys@eng3.hep.uiuc.edu> 28 years ago
Bruce Momjian 49656346b8 Move dbcommands.c to commands/. It should not be in the parser directory. 28 years ago
Bruce Momjian 043cebce2b More archive cleanup. 28 years ago
Bruce Momjian 3fa2bb316c Remove archive stuff. 28 years ago
Thomas G. Lockhart 7d1f2f8a27 Support alternate database locations. 28 years ago
Vadim B. Mikheev 7bff4c5078 Now we are able to CREATE PROCEDURAL LANGUAGE (Thanks, Jan). 28 years ago
Thomas G. Lockhart c5173fc58c Rename "TYPE" parser keyword token from P_TYPE to TYPE_P to conform 28 years ago
Vadim B. Mikheev 5a447b4a26 MOVE implementation. 28 years ago
Bruce Momjian 59f6a57e59 Used modified version of indent that understands over 100 typedefs. 28 years ago
Bruce Momjian 319dbfa736 Another PGINDENT run that changes variable indenting and case label indenting. Also static variable indenting. 28 years ago
Bruce Momjian 1ccd423235 Massive commit to run PGINDENT on all *.c and *.h files. 28 years ago
Vadim B. Mikheev 502f6f3889 CREATE/DROP TRIGGER 28 years ago
Bruce Momjian b99c63cfc0 Now that names are null terminated, no need to do all that NAMEDATALEN stuff. 28 years ago
Bruce Momjian 022903f22e Reduce open() calls. Replace fopen() calls with calls to fd.c functions. 28 years ago
Bruce Momjian 3ac9d2fff3 Various compile errors concerning overflow due to shifts, unsigned, and bad prototypes, from Solaris, from Diab Jerius 29 years ago
Marc G. Fournier 5e7c0a0b9a From: Darren King <aixssd!darrenk@abs.net> 29 years ago
Vadim B. Mikheev 2fac94ec1a 1. SHOW/RESET var fixed. 29 years ago
Marc G. Fournier 4b5319129c To: Thomas Lockhart <Thomas.G.Lockhart@jpl.nasa.gov> 29 years ago
Marc G. Fournier a51df14a69 From: "Martin J. Laubach" <mjl@CSlab.tuwien.ac.at> 29 years ago
Vadim B. Mikheev a15158bb55 Call DefineSequence () for T_CreateSeqStmt node. 29 years ago
Marc G. Fournier e4949f9fe5 From: Dan McGuirk <mcguirk@indirect.com> 29 years ago
Bruce Momjian 3a02ccfa1d Change EXPLAIN options to just use VERBOSE. 29 years ago
Bruce Momjian 0d3bf78e0b Added VERBOSE option to vacuum command. 29 years ago
Marc G. Fournier 07a65b2255 Commit of a *MAJOR* patch from Dan McGuirk <djm@indirect.com> 29 years ago
Bruce Momjian 13d44b4aac Warning removal cleanup 29 years ago
Bryan Henderson bf5cbbf789 Quiet compiler warnings. 29 years ago
Bruce Momjian 4b2b8592a0 Compile and warning cleanup 29 years ago
Marc G. Fournier c9002ecb21 Produce a clean compile of backend... 29 years ago
Bryan Henderson fa608ad2a6 Fix bug in checking permissions on table being COPY'd. 29 years ago
Bryan Henderson 3341750769 Require superuser privilege to create C function. 29 years ago
Marc G. Fournier 208a30f23d The patch does several things: 29 years ago
Marc G. Fournier d31084e9d1 Postgres95 1.01 Distribution - Virgin Sources 30 years ago