| Age | Commit message (Expand) | Author |
| 2004-06-11 | >> It certainly doesn't. There still was a bug with the locale stuff, | Bruce Momjian |
| 2004-06-11 | When using extended-query protocol, postpone planning of unnamed statements | Tom Lane |
| 2004-06-10 | Attached is a patch that takes care of the PATHSEP issue. I made a more | Bruce Momjian |
| 2004-06-09 | Support assignment to subfields of composite columns in UPDATE and INSERT. | Tom Lane |
| 2004-06-08 | Add missing check for too-few-inputs when replacing a zero-dimensional | Tom Lane |
| 2004-06-06 | Dept of second thoughts: don't use the new wide-character upper/lower | Tom Lane |
| 2004-06-06 | Add binary I/O support for composite types. | Tom Lane |
| 2004-06-06 | Preliminary support for composite type I/O; just text for now, | Tom Lane |
| 2004-06-06 | Infrastructure for I/O of composite types: arrange for the I/O routines | Tom Lane |
| 2004-06-05 | Tweak palloc/repalloc to allow zero bytes to be requested, as per recent | Tom Lane |
| 2004-06-05 | Make the world very nearly safe for composite-type columns in tables. | Tom Lane |
| 2004-06-03 | Add range-checking in timestamp_recv and timestamptz_recv, per | Tom Lane |
| 2004-06-03 | Adjust our timezone library to use pg_time_t (typedef'd as int64) in | Tom Lane |
| 2004-06-02 | Per previous discussions, here are two functions to send INT and TERM | Bruce Momjian |
| 2004-06-02 | Fix breakage from GUC-extension-variables patch. | Tom Lane |
| 2004-06-01 | Align GRANT/REVOKE behavior more closely with the SQL spec, per discussion | Tom Lane |
| 2004-05-31 | Suppress compile warnings on machines where the INT64CONST() decoration | Tom Lane |
| 2004-05-31 | I think I've finally identified the cause of the off-by-one-second | Tom Lane |
| 2004-05-30 | Use the new List API function names throughout the backend, and disable the | Neil Conway |
| 2004-05-30 | Paranoia: ensure MyBackendId is InvalidBackendId in a process that has | Tom Lane |
| 2004-05-29 | Separate out bgwriter code into a logically separate module, rather | Tom Lane |
| 2004-05-28 | Code review for EXEC_BACKEND changes. Reduce the number of #ifdefs by | Tom Lane |
| 2004-05-28 | Make sure elog behaves sanely if invoked before GUC initializes. | Tom Lane |
| 2004-05-27 | On WIN32, don't choke when setlocale(LC_MESSAGES, "") returns NULL. | Tom Lane |
| 2004-05-27 | Get rid of the former rather baroque mechanism for propagating the values | Tom Lane |
| 2004-05-26 | Reduce the minimum allocable chunk size to 8 bytes (from 16). Now that | Tom Lane |
| 2004-05-26 | A couple other cosmetic cleanups in new List stuff. | Tom Lane |
| 2004-05-26 | *) inet_(client|server)_(addr|port)() and necessary documentation for | Bruce Momjian |
| 2004-05-26 | Add <limits.h>, per Magnus. | Tom Lane |
| 2004-05-26 | The added aggregates are: | Bruce Momjian |
| 2004-05-26 | The patch adresses the TODO list item "Allow external interfaces to | Bruce Momjian |
| 2004-05-26 | Reimplement the linked list data structure used throughout the backend. | Neil Conway |
| 2004-05-22 | Use wide-character library routines, if available, for upper/lower/initcap | Tom Lane |
| 2004-05-21 | Put path configuration information into a .h file instead of cluttering | Tom Lane |
| 2004-05-21 | Put back #include <sys/time.h> in files that seem to need it on Linux. | Tom Lane |
| 2004-05-21 | Integrate src/timezone library for all platforms. There is more we can | Tom Lane |
| 2004-05-19 | Minor correction for previous SQLSTATE patch: I changed dsqrt() to emit the | Neil Conway |
| 2004-05-18 | Clean up some relative path install issues with Claudio's help. | Bruce Momjian |
| 2004-05-17 | Reorganize code to allow path-relative installs. | Bruce Momjian |
| 2004-05-16 | Change ln(), log(), power(), and sqrt() to emit the correct SQLSTATE | Neil Conway |
| 2004-05-14 | Implement the width_bucket() function, per SQL2003. This commit only adds | Neil Conway |
| 2004-05-13 | Reorganize backend code to more cleanly manage executable names and | Bruce Momjian |
| 2004-05-12 | Tighten up overflow check in path_recv, pursuant to code review inspired | Tom Lane |
| 2004-05-11 | As part of the work for making relocatable installs, I have re-factored | Bruce Momjian |
| 2004-05-10 | Promote row expressions to full-fledged citizens of the expression syntax, | Tom Lane |
| 2004-05-08 | Get rid of rd_nblocks field in relcache entries. Turns out this was | Tom Lane |
| 2004-05-08 | Improve style of new log_statement_stats error message, per Peter. | Bruce Momjian |
| 2004-05-07 | NATURAL CROSS JOIN is a contradiction in terms, not to mention disallowed | Tom Lane |
| 2004-05-07 | Remove crude test for log_statement_stats in startup code now that we | Bruce Momjian |
| 2004-05-07 | Throw error if log_statement_stats is used with confliction options for | Bruce Momjian |