| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2005-10-15 | Standard pgindent run for 8.1. | Bruce Momjian | |
| 2005-07-02 | Add E'' to internally created SQL strings that contain backslashes. | Bruce Momjian | |
| Improve code clarity by using macros for E'' processing. | |||
| 2005-03-21 | Fix quote_ident to use quote_identifier rather than its own, not quite | Tom Lane | |
| up-to-speed logic; in particular this will cause it to quote names that match keywords. Remove unnecessary multibyte cruft from quote_literal (all backend-internal encodings are 8-bit-safe). | |||
| 2005-01-01 | Update copyrights that were missed. | Bruce Momjian | |
| 2004-08-29 | Update copyright to 2004. | Bruce Momjian | |
| 2003-11-29 | $Header: -> $PostgreSQL Changes ... | PostgreSQL Daemon | |
| 2003-08-04 | Fix some copyright notices that weren't updated. Improve copyright tool | Tom Lane | |
| so it won't miss 'em again. | |||
| 2002-09-05 | Be careful to include postgres.h *before* any system headers, to ensure | Tom Lane | |
| that the right flavors of largefile-related definitions are seen. Most of these changes are probably unnecessary, but better safe than sorry. | |||
| 2002-09-03 | Remove all traces of multibyte and locale options. Clean up comments | Peter Eisentraut | |
| referring to "multibyte" where it really means character encoding. | |||
| 2002-08-29 | Remove #ifdef MULTIBYTE per hackers list discussion. | Tatsuo Ishii | |
| 2002-04-04 | Authentication improvements: | Bruce Momjian | |
| A new pg_hba.conf column, USER Allow specifiction of lists of users separated by commas Allow group names specified by + Allow include files containing lists of users specified by @ Allow lists of databases, and database files Allow samegroup in database column to match group name matching dbname Removal of secondary password files Remove pg_passwd utility Lots of code cleanup in user.c and hba.c New data/global/pg_pwd format New data/global/pg_group file | |||
| 2001-10-28 | Another pgindent run. Fixes enum indenting, and improves #endif | Bruce Momjian | |
| spacing. Also adds space for one-line comments. | |||
| 2001-10-25 | pgindent run on all C files. Java run to follow. initdb/regression | Bruce Momjian | |
| tests pass. | |||
| 2001-03-22 | pgindent run. Make it all clean. | Bruce Momjian | |
| 2001-01-24 | Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. | Bruce Momjian | |
| 2000-09-12 | Suppress compile warnings caused by failure to use PG_RETURN macro. | Tom Lane | |
| 2000-09-05 | Added functions | Jan Wieck | |
| quote_ident(text) returns text quote_literal(text) returns text These are handy to build up properly quoted query strings for the new PL/pgSQL EXECUTE functionality to submit dynamic DDL statements. Jan | |||
