Commit Graph

2341 Commits (c19aa704c84e660c73fb45e0d3f38d0840f17823)

Author SHA1 Message Date
Tom Lane eb5949d190 Arrange for the postmaster (and standalone backends, initdb, etc) to 21 years ago
Bruce Momjian 74b49a8129 Add E'' to internally created SQL strings that contain backslashes. 21 years ago
Bruce Momjian 539bc9fc91 Add code to pg_dump to use E'' strings when backslashes are used in dump 21 years ago
Bruce Momjian 2f7d369a5c Clarify code to double \\ and '. 21 years ago
Tom Lane 51c58812d9 Dump comments for large objects. 21 years ago
Tom Lane 365205dd2a Fix broken initdb -W option, per Michael Fuhr. 21 years ago
Tom Lane 7762619e95 Replace pg_shadow and pg_group by new role-capable catalogs pg_authid 21 years ago
Tom Lane c3be085ab7 Modify pg_dump to assume that a check constraint is inherited if its 21 years ago
Tom Lane d395aecffa Code review for escape-strings patch. Sync psql and plpgsql lexers 21 years ago
Bruce Momjian bb3cce4ec9 Add E'' syntax so eventually normal strings can treat backslashes 21 years ago
Tom Lane 4cc7a93d22 Make REINDEX DATABASE do what one would expect, namely reindex all indexes 21 years ago
Tom Lane 84d73a6dbc Add a validator function for plperl. Andrew Dunstan 21 years ago
Neil Conway 05db8b501b Correct some code in pg_restore when reading the header of a tar archive: 21 years ago
Tom Lane 7a28de2052 pg_dump can now dump large objects even in plain-text output mode, by 21 years ago
Tom Lane b49d871f6a Fix pg_dumpall to do the right thing with "postgres" database, per 21 years ago
Tom Lane 6f7fc0bade Cause initdb to create a third standard database "postgres", which 21 years ago
Neil Conway 2d4b9736bb Trivial dead code removal: in _complete_from_query(), 'text' cannot be 21 years ago
Bruce Momjian ba90268e2b Add comment about \# in bcc makefiles. 21 years ago
Bruce Momjian 624789d191 Cleanup for Win32 compile. 21 years ago
Tom Lane d0a89683a3 Two-phase commit. Original patch by Heikki Linnakangas, with additional 21 years ago
Bruce Momjian b4132fd0ac Now \d show tablespace of indices per discussion. 21 years ago
Bruce Momjian 921de09e40 Use ' ' escapes for leading spaces in table values, for use in 21 years ago
Bruce Momjian f04c39402a Attached is a makefile I hacked up to build pg_config under MSVC - the 21 years ago
Bruce Momjian 954f6bcffe Add GUC krb_server_hostname so the server hostname can be specified as 21 years ago
Bruce Momjian 2ee0d5549f Add -L option to psql to log sessions. 21 years ago
Neil Conway 077811605e Per discussion on -hackers, this patch changes psql's "expanded" output 21 years ago
Bruce Momjian 1a61896189 Use saveHistory so we get a nice error message on failure. 21 years ago
Bruce Momjian ea88824a3e the following patch makes the filename used to store the readline 21 years ago
Bruce Momjian 92eadf6c4a More Win32 tilde code comments. 21 years ago
Bruce Momjian 3d44763179 Add comment on tilde expansion. 21 years ago
Bruce Momjian 0725065b37 This patch shows the full path name when doing a \s in psql, 21 years ago
Bruce Momjian 5c4955981e \(rs should be \\(rs, per Tom. 21 years ago
Bruce Momjian ebc8649892 Since I needed this feature badly, I added the -n / --schema switch to 21 years ago
Bruce Momjian 4a5cda7bba I've created a patch which adds support for troff "-ms" output to 21 years ago
Tom Lane f5b2f60bd1 Change WAL-logging scheme for multixacts to be more like regular 21 years ago
Tom Lane c14f2ba7a4 Use just NULL not NULL::TEXT --- the latter coding is unnecessary and 21 years ago
Tom Lane 8dfb616606 The no-lexer-backup speedup hadn't been there a week before somebody 21 years ago
Tom Lane 21fda22ec4 Change CRCs in WAL records from 64bit to 32bit for performance reasons. 21 years ago
Bruce Momjian b51366396b Add support for \x hex strings in psql variables. 21 years ago
Bruce Momjian 3e8dbc846c Support only octal for psql PROMPT values, rather than the confusing 21 years ago
Bruce Momjian 33294d57c7 Use {xqoctesc} lex macro now that \ddd is standard. 21 years ago
Bruce Momjian f13c132072 Have psql escape bytes in strings for variables follow the backend 21 years ago
Tom Lane 15e4d1e2a7 Tweak the backend scanner (and psqlscan.l, which must track the backend 21 years ago
Bruce Momjian bbb586ff21 Quick patch to adress a recent concern on the mailing list 21 years ago
Bruce Momjian b492c3accc Add parentheses to macros when args are used in computations. Without 21 years ago
Tom Lane 1a022f71d8 Add -I$(srcdir) to CPPFLAGS to make psqlscan.c compile in vpath builds. 21 years ago
Neil Conway 6910032a56 Upon closer inspection, Greg's psql tab completion patch leaks memory. 21 years ago
Neil Conway 4c1f9a0f0b psql tab completion improvements, from Greg Sabino Mullane: 21 years ago
Tom Lane f9ad8a2802 Guard against duplicate IDs in input file in SortTocFromFile(). 21 years ago
Bruce Momjian b63990c6a8 Add COPY WITH CVS HEADER to allow a heading line as the first line in 21 years ago