Commit Graph

2379 Commits (866ffc2fe35f63b06fb6ed63ef1f531a741d920e)

Author SHA1 Message Date
Tom Lane 2498d8296e Clean up some stray remaining references to pg_shadow, pg_user, pg_group. 21 years ago
Tom Lane f590ed12f6 Change pg_dump to use pg_roles instead of pg_user on 8.1 and up, 21 years ago
Tom Lane 8ae0d476a9 Update the createuser utility for the ROLEs world. Alvaro Herrera 21 years ago
Tom Lane e36de18191 Fix psql's \d commands to use pg_roles instead of pg_user, so that 21 years ago
Tom Lane 84ccf7212c Fix up tab completion for ROLEs and add some more completion logic for 21 years ago
Tom Lane 721e53785d Solve the problem of OID collisions by probing for duplicate OIDs 21 years ago
Tom Lane cbd015d718 Extend pg_config to be able to report the build-time values of CC, 21 years ago
Tom Lane 74888b9349 Add ERROR_NO_MORE_FILES workaround to check_data_dir(). This may or 21 years ago
Tom Lane d42cf5a42a Add per-user and per-database connection limit options. 21 years ago
Bruce Momjian 1f54d43075 Add GUC variables to control keep-alive times for idle, interval, and 21 years ago
Bruce Momjian 85e9a5a014 Move reindexdb from /contrib to /bin. 21 years ago
Bruce Momjian ef85f5fabc Add tab completion syntax for PREPARE 2-phase commit syntax. 21 years ago
Neil Conway a4c75ece82 Fix a few macro definitions to ensure that unary minus is enclosed in 21 years ago
Neil Conway a43bbe34ff Avoid crashing pg_dump if we can't connect to the database server, and 21 years ago
Bruce Momjian f5df006a04 Add username for psql password prompt, if the username was specified. 21 years ago
Tom Lane 4a2972d691 Awhile back we replaced all uses of strcasecmp and strncasecmp with 21 years ago
Tom Lane d007a95055 Simple constraint exclusion. For now, only child tables of inheritance 21 years ago
Bruce Momjian 507465525e \pset numericsep -> numericlocale. 21 years ago
Bruce Momjian 71d0cabecd Fix len so decimal length is only added when a period appears in the output. 21 years ago
Tom Lane affcb4371c Avoid use of E'', and thereby creating an unnecessary version-dependency, 21 years ago
Tom Lane fdd84469f7 Avoid need for E'' construct by using regexp instead of LIKE. More 21 years ago
Bruce Momjian adeede1391 Fix numiericsep length computations. 21 years ago
Tom Lane df38d799ea Adjust psql describe queries so that any pg_foo_is_visible() condition 21 years ago
Bruce Momjian bd15782164 Enable multi-byte thousands_sep and decimal_point for numericsep. 21 years ago
Bruce Momjian fbc11b9dcf Make better thousands_sep default based on decimal marker value. 21 years ago
Bruce Momjian 45a19efa9e Change numericsep to a boolean, and make it locale-aware. 21 years ago
Bruce Momjian 4a8bbbd2ee Add numeric separator support for latex and troff output methods. 21 years ago
Bruce Momjian 52d1d2e67c barebones variable name -> tuples_only, for consistency. 21 years ago
Bruce Momjian cff9c5748a Fix malloc length for new numeric separator patch. 21 years ago
Bruce Momjian e8a3e6b8a0 Rename xmalloc to pg_malloc for consistency with psql usage. 21 years ago
Bruce Momjian f86c63ab6a Reverse pg_malloc patch because psql/print.c is used in scripts files 21 years ago
Bruce Momjian 8c9393c640 Use failure-safe pg_malloc consistently in psql/print.c. 21 years ago
Bruce Momjian d1cffe2f77 Add --encoding to pg_dump. 21 years ago
Bruce Momjian 0793108036 This patch implements putting language handlers for the optional PLs 21 years ago
Bruce Momjian 73a7c322c3 Add psql \pset numericsep to allow output numbers like 100,000.0 or 21 years ago
Tom Lane 0ed5f90d73 Try connecting to both postgres and template1 databases to do the initial 21 years ago
Tom Lane 59d1b3d99e Track dependencies on shared objects (which is to say, roles; we already 21 years ago
Bruce Momjian c3a69c3b3b Attached is a patch that enhances the "\h" capability in psql. I often 21 years ago
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