Commit Graph

57 Commits (c438520b9182a94b718d26792dd8dd30dc4962fa)

Author SHA1 Message Date
Bruce Momjian c438520b91 Remove reference to recipe.h. 27 years ago
Bruce Momjian 6df955fd3b Fix problem with selectivity error in added columns with ALTER TABLE. 27 years ago
Bruce Momjian 6724a50787 Change my-function-name-- to my_function_name, and optimizer renames. 27 years ago
Marc G. Fournier 38a5bda208 primary key support cleanups from D'Arcy... 27 years ago
Bruce Momjian c91dbcc5c7 The following patch finishes primary key support. Previously, when 27 years ago
Bruce Momjian 7a6b562fdf Apply Win32 patch from Horak Daniel. 27 years ago
Vadim B. Mikheev 3498d878cb SET TRANSACTION ISOLATION LEVEL ... 27 years ago
Thomas G. Lockhart 734d44988a Bracket filename in LOAD error message with single quotes 27 years ago
Bruce Momjian fa1a8d6a97 OK, folks, here is the pgindent output. 27 years ago
Marc G. Fournier f62d1253ef From: Massimo Dal Zotto <dz@cs.unitn.it> 27 years ago
Marc G. Fournier 88b17d9c56 From: Massimo Dal Zotto <dz@cs.unitn.it> 27 years ago
Bruce Momjian c0b01461db o note that now pg_database has a new attribuite "encoding" even 27 years ago
Bruce Momjian af5fde7491 Make large objects their own relkind type. Fix dups in pg_class_mb 28 years ago
Marc G. Fournier 5979d73841 From: t-ishii@sra.co.jp 28 years ago
Marc G. Fournier bf00bbb0c4 I really hope that I haven't missed anything in this one... 28 years ago
Bruce Momjian fce7556d33 Change error message and remove non-functional update message, from 28 years ago
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