Commit Graph

2415 Commits (4a5b781d71b61887fd312112d75979f250bf723f)
 

Author SHA1 Message Date
Bruce Momjian 4a5b781d71 Break parser functions into smaller files, group together. 28 years ago
Bruce Momjian 3aff4011c7 Remove gram problems with archive. 28 years ago
Bruce Momjian 91742c5c24 Change heading. 28 years ago
Bruce Momjian 4857de6be4 Cleanup wrapping in \d commands. 28 years ago
Bruce Momjian a986b7ba4d Move descriptions to pg_proc, add descriptions. 28 years ago
Bruce Momjian 49656346b8 Move dbcommands.c to commands/. It should not be in the parser directory. 28 years ago
Bruce Momjian 36e3df0767 Move dbcommands.c to commands/. It should not be in the parser directory. 28 years ago
Bruce Momjian f7f2e18f8e Remove tqual.h includes not needed. 28 years ago
Bruce Momjian 1409819a87 Fix for textcat on varchar() fields. 28 years ago
Bruce Momjian f4253b0b49 Archive cleanups. 28 years ago
Bruce Momjian 195f78e43c More archive cleanup. 28 years ago
Bruce Momjian 043cebce2b More archive cleanup. 28 years ago
Bruce Momjian 629e27284d Remove unused files. 28 years ago
Bruce Momjian 3fa2bb316c Remove archive stuff. 28 years ago
Bruce Momjian 0889dcd6f7 Remove archive stuff. 28 years ago
Bruce Momjian e9e1ff226f Remove all time travel stuff. Small parser cleanup. 28 years ago
Bruce Momjian e075271c17 Fix socket file permissions, from Goran Thyni. 28 years ago
Bruce Momjian 58527aa227 Add to .similar file, Tatsuo Ishii 28 years ago
Bruce Momjian 474de35053 FIx for unix domain sockets, from Goran Thyni. 28 years ago
Vadim B. Mikheev 21261b031c Call ExecEvalExpr with &isDone (not with NULL). 28 years ago
Bruce Momjian b686104cd5 Change \df order. 28 years ago
Bruce Momjian 7372b8c2da Remove stuff that is now in psql \d. 28 years ago
Vadim B. Mikheev c5d7a27275 Get rid of unused variable 'address'. 28 years ago
Bruce Momjian 20858bdd96 Make \d commands not wrap over 80 cols. 28 years ago
Bruce Momjian 79daac6bad Add descriptions for types and operators. 28 years ago
Bruce Momjian bd6733f9ce Clean out pgbuiltin now that new psql \d commands exist. 28 years ago
Bruce Momjian d0928a3af3 Fix \e for empty file. 28 years ago
Bruce Momjian d0471244e6 Remove 16 char limit on system table/index names. Rename system indexes. 28 years ago
Thomas G. Lockhart 80c1e82232 Unscramble port selection logic to avoid compiler complaints about 28 years ago
Thomas G. Lockhart c2f4779ddf Define prototype for ExecutorLimit() to avoid compiler complaints. 28 years ago
Thomas G. Lockhart 680ef08511 Add DTK_DOY to help decode day of year fields. 28 years ago
Thomas G. Lockhart 45a8b666c0 Include first text in some type descriptions (~29 entries). 28 years ago
Thomas G. Lockhart 4b19101fc3 Update UNION and subselect syntax. 28 years ago
Thomas G. Lockhart 6df962668a Update generated source for scan.l. 28 years ago
Thomas G. Lockhart 3d4d1e14f8 Implement SQL92 binary and hexadecimal string decoding (b'10' and x'1F'). 28 years ago
Thomas G. Lockhart 2fa330284c Use limits.h for INT, SHRT, and SCHAR min and max values rather than 28 years ago
Thomas G. Lockhart 174f984b76 Use SHRT_MIN and SHRT_MAX for 2-byte integer limits. 28 years ago
Thomas G. Lockhart e7946a53ad Allow fractional values for delta times (e.g. '2.5 days'). 28 years ago
Thomas G. Lockhart 55a6b7a9be Include unistd.h to get read/write function declarations. 28 years ago
Thomas G. Lockhart 8e86c46be3 Add storage/ipc.h include file to get read/write function declarations. 28 years ago
Thomas G. Lockhart c47eaac952 Fix compiler complaints about mismatched pointer args using coersions. 28 years ago
Bruce Momjian 0f62b3024e Fix for \e on empty file. 28 years ago
Marc G. Fournier 9bcf350cc7 Apply Bryan's IPC Patches 28 years ago
Bruce Momjian 930bce33db Re-ordeer new \d command output. 28 years ago
Bruce Momjian 12fc33077b New \dS psql command. initdb cleanup. 28 years ago
Bruce Momjian 1c32d285a6 Remove pg_magic, defaults, server, hosts, and demon tables. unused. 28 years ago
Bruce Momjian 0dec3a8d37 Fix problem of COPY before vacuum. 28 years ago
Bruce Momjian 4e9df155f0 Add new \df psql option and oid8types() function. 28 years ago
Thomas G. Lockhart 2e0976e003 Fix testing problem when 'current' equal to 'now' for separate inserts 28 years ago
Thomas G. Lockhart 644b37c095 Add mention of new environment variables for session initialization. 28 years ago