Commit Graph

246 Commits (e2286240112bcdff23fc9020e6191af1dbd5ffc8)

Author SHA1 Message Date
Bruce Momjian 511db38ace Update copyright for 2009. 17 years ago
Peter Eisentraut 218b4e8dd8 Append major version number and for libraries soname major version number 17 years ago
Peter Eisentraut a378555501 CLUSTER VERBOSE and corresponding clusterdb --verbose option 17 years ago
Alvaro Herrera 6462e7b81c Add a --locale switch to createdb, to ease the creation of databases with 17 years ago
Heikki Linnakangas 61d9674988 Make LC_COLLATE and LC_CTYPE database-level settings. Collation and 18 years ago
Bruce Momjian c9b2591efc In psql, rename trans_* variables to translate_*, for clarity. 18 years ago
Bruce Momjian 210faf2d5f Fix a few warnings that have crept into CVS HEAD. 18 years ago
Alvaro Herrera 1e9199e84c Improve psql's internal print.c code by introducing an actual print API. 18 years ago
Peter Eisentraut 3c9ae7300d Translation updates 18 years ago
Peter Eisentraut 6dfa40d69f Translation updates 18 years ago
Bruce Momjian 9098ab9e32 Update copyrights in source tree to 2008. 18 years ago
Tom Lane df4271fedd Improve the method of localizing column names and other fixed strings in 18 years ago
Tom Lane 1ebff9ba81 Make documentation of -W options more accurate and uniform. 18 years ago
Tom Lane 4f9bf7fc5a Fix up the PQconnectionUsedPassword mess: create a separate 18 years ago
Peter Eisentraut 42a0c88ead Translation updates 18 years ago
Bruce Momjian fdf5a5efb7 pgindent run for 8.3. 18 years ago
Peter Eisentraut 8a8bcb447a Translation updates 18 years ago
Tom Lane 8468146b03 Fix the inadvertent libpq ABI breakage discovered by Martin Pitt: the 18 years ago
Tom Lane 314ed5de6d Define the FRONTEND symbol in postgres_fe.h, which allows us to eliminate 19 years ago
Peter Eisentraut 588901df84 Small string tweaks 19 years ago
Tom Lane 509bfd6a6b Fix unintended change of output format for createlang/droplang -l. Missed 19 years ago
Tom Lane 8331c11f3f Get rid of client-code dependencies on the exact text of the no-password 19 years ago
Peter Eisentraut 9539e64bc0 Remove gratuitous response messages from utility programs. 19 years ago
Magnus Hagander 6e09df9d26 Add cancel handlers so it's possible to Ctrl-C clusterdb, reindexdb 19 years ago
Bruce Momjian d9db80f38d Add code so database scans are done in an order consistent with 19 years ago
Bruce Momjian 3607cb0488 Add ORDER BY to vacummdb so databases are scaned in the same order as 19 years ago
Bruce Momjian 29dccf5fe0 Update CVS HEAD for 2007 copyright. Back branches are typically not 19 years ago
Peter Eisentraut 339483928d Translation updates 19 years ago
Peter Eisentraut 2c82df2a06 Translation updates 19 years ago
Peter Eisentraut 9c2c41646a Translations update 19 years ago
Bruce Momjian f99a569a2e pgindent run for 8.2. 20 years ago
Bruce Momjian fb541a1b59 Fix yesno_prompt() memory leak in /script tools, reported by Converity. 20 years ago
Tom Lane 6d0efd3a09 Surely this temp buffer needn't be static. 20 years ago
Peter Eisentraut cbb7acface Rearrange yes/no prompting code so that the prompts always show the 20 years ago
Bruce Momjian 87eb130ad8 Revert as not needed/inconsistent with SQL REINDEX: 20 years ago
Bruce Momjian 5e33d6df36 Suppress some NOTICE messages from REINDEX command. 20 years ago
Bruce Momjian e0522505bd Remove 576 references of include files that were not needed. 20 years ago
Tom Lane 6178762fcf Fix up hack to suppress escape_string_warning so that it actually works 20 years ago
Bruce Momjian eaca1175e9 Escape processing patch: 20 years ago
Bruce Momjian fa54cd0432 Add PQclear() calls, for completeness (exits shortly anyway). 20 years ago
Tom Lane 134b463f02 Fix up pg_dump to do string escaping fully correctly for client encoding 20 years ago
Bruce Momjian 7a846ecc00 Use E'' strings internally only when standard_conforming_strings = 20 years ago
Bruce Momjian f2f5b05655 Update copyright for 2006. Update scripts. 20 years ago
Neil Conway 0898033b1e Remove DOS line endings ("\r\n") from several .po files. DOS line endings 20 years ago
Peter Eisentraut 6840cccd11 Rename pg_make_encrypted_password to PQencryptPassword. 20 years ago
Tom Lane ea9b028dc7 Add an officially exported libpq function to encrypt passwords, and 20 years ago
Peter Eisentraut b16566d771 Add new psql command \password for changing role password with client-side 20 years ago
Bruce Momjian f82e2baef6 Use a proper enum for tri-valued variables. 20 years ago
Bruce Momjian 59b89e9cc7 Document tri-valued variables in createdb, +1, -1, 0. 20 years ago
Peter Eisentraut a29c04a541 Allow installation into directories containing spaces in the name. 20 years ago