| Commit message (Expand) | Author | Age |
* | Add conver/convert2 functions. They are similar to the SQL99's convert. | Tatsuo Ishii | 2001-08-15 |
* | Seems like a bad idea to free() a string we are about to use in an | Tom Lane | 2001-08-06 |
* | Check that the data directory does not have group or world access; remove | Peter Eisentraut | 2001-08-06 |
* | Don't go into infinite loop if /home/postgres/testversion/data directory is n... | Tom Lane | 2001-07-03 |
* | Handle reading of startup packet and authentication exchange after forking | Peter Eisentraut | 2001-06-20 |
* | has_table_privilege functions from Joe Conway (with some kibitzing from | Tom Lane | 2001-06-14 |
* | Don't assume free(NULL) is OK. Yes, I know ANSI C says it is. | Tom Lane | 2001-06-13 |
* | Adjust WAL code so that checkpoints truncate the xlog at the previous | Tom Lane | 2001-06-06 |
* | Check for malloc failure. | Tom Lane | 2001-06-01 |
* | Suppress compiler warnings about pid_t vs int. | Tom Lane | 2001-05-18 |
* | Add SET SESSION AUTHORIZATION command. | Peter Eisentraut | 2001-05-08 |
* | getdatabaseencoding() and PG_encoding_to_char() were being sloppy about | Tom Lane | 2001-04-16 |
* | pgindent run. Make it all clean. | Bruce Momjian | 2001-03-22 |
* | Patches from Cyril Velter to make shared-memory-conflict-detection code | Tom Lane | 2001-03-18 |
* | XLOG (and related) changes: | Tom Lane | 2001-03-13 |
* | Re-read Unix-socket lock file every so often (every CheckPoint interval, | Tom Lane | 2001-01-27 |
* | Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. | Bruce Momjian | 2001-01-24 |
* | Get rid of not-very-portable fcntl(F_SETLK) mechanism for locking the Unix | Tom Lane | 2000-11-29 |
* | Fix spelling errors in error message. | Tom Lane | 2000-11-17 |
* | Change SearchSysCache coding conventions so that a reference count is | Tom Lane | 2000-11-16 |
* | Make the backend grok relative paths for the data directory by converting | Peter Eisentraut | 2000-11-04 |
* | Implement differentiation between CURRENT_USER and SESSION_USER as per SQL. | Peter Eisentraut | 2000-09-19 |
* | Code cleanup of user name and user id handling in the backend. The current | Peter Eisentraut | 2000-09-06 |
* | More functions updated to new fmgr style --- money, name, tid datatypes. | Tom Lane | 2000-08-03 |
* | Remove dangling else warning (Cyrillic recode stuff) | Peter Eisentraut | 2000-07-14 |
* | Version number now set in configure, available through Makefile.global | Peter Eisentraut | 2000-07-02 |
* | Big warnings cleanup for Solaris/GCC. Down to about 40 now, but | Peter Eisentraut | 2000-06-14 |
* | Another batch of fmgr updates. I think I have gotten all old-style | Tom Lane | 2000-06-13 |
* | Mark functions as static and ifdef NOT_USED as appropriate. | Bruce Momjian | 2000-06-08 |
* | Remove NT-specific file open defines by defining our own open macros for | Bruce Momjian | 2000-06-02 |
* | Modify getdatabaseencoding(), pg_encoding_to_char() | Tatsuo Ishii | 2000-05-02 |
* | Ye-old pgindent run. Same 4-space tabs. | Bruce Momjian | 2000-04-12 |
* | Implement reindex command | Hiroshi Inoue | 2000-02-18 |
* | Add: | Bruce Momjian | 2000-01-26 |
* | The latest source does not compile on Solaris 7 due to | Bruce Momjian | 2000-01-19 |
* | Fix minor comple error | Tatsuo Ishii | 2000-01-18 |
* | Add builtin functions: | Tatsuo Ishii | 2000-01-18 |
* | Fixed everything in and surrounding createdb and dropdb to make it more | Peter Eisentraut | 2000-01-13 |
* | Move SetPidFile() and firends to utils/init/miscinit.c from | Tatsuo Ishii | 2000-01-09 |
* | Add pg_statistic index, add missing Hiroshi file. | Bruce Momjian | 1999-11-24 |
* | Add system indexes to match all caches. | Bruce Momjian | 1999-11-22 |
* | XLOG (also known as WAL -:)) Bootstrap/Startup/Shutdown. | Vadim B. Mikheev | 1999-10-06 |
* | Move some system includes into c.h, and remove duplicates. | Bruce Momjian | 1999-07-17 |
* | Final cleanup | Bruce Momjian | 1999-07-16 |
* | Update #include cleanups | Bruce Momjian | 1999-07-16 |
* | Remove unused #includes in *.c files. | Bruce Momjian | 1999-07-15 |
* | Clean up #include in /include directory. Add scripts for checking includes. | Bruce Momjian | 1999-07-15 |
* | pgindent run over code. | Bruce Momjian | 1999-05-25 |
* | Modify backend switch parsing to prevent 'insecure' switches | Tom Lane | 1999-05-22 |
* | Fix some miscellaneous places that were using raw open() or | Tom Lane | 1999-05-09 |