| Commit message (Expand) | Author | Age | Files | Lines |
| * | Adjust our timezone library to use pg_time_t (typedef'd as int64) in | Tom Lane | 2004-06-03 | 16 | -217/+221 |
| * | Add PGETC (for pg_service.conf) and PGLOCALE (for locale dir) | Bruce Momjian | 2004-06-03 | 1 | -2/+2 |
| * | Per previous discussions, here are two functions to send INT and TERM | Bruce Momjian | 2004-06-02 | 2 | -2/+82 |
| * | OK, here's the final version of ALTER TABLE ... SET WITHOUT CLUSTER. | Bruce Momjian | 2004-06-02 | 2 | -3/+29 |
| * | Fix breakage from GUC-extension-variables patch. | Tom Lane | 2004-06-02 | 1 | -4/+7 |
| * | Adjust btree index build to not use shared buffers, thereby avoiding the | Tom Lane | 2004-06-02 | 6 | -207/+297 |
| * | Align GRANT/REVOKE behavior more closely with the SQL spec, per discussion | Tom Lane | 2004-06-01 | 2 | -302/+671 |
| * | FastList is history, yay. | Tom Lane | 2004-06-01 | 1 | -79/+4 |
| * | Just about there on de-FastList-ification. | Tom Lane | 2004-06-01 | 6 | -194/+161 |
| * | Some more de-FastList-ification. | Tom Lane | 2004-06-01 | 3 | -50/+38 |
| * | Desultory de-FastList-ification. RelOptInfo.reltargetlist is back to | Tom Lane | 2004-06-01 | 7 | -43/+36 |
| * | Additional mop-up for sync-to-fsync changes: avoid issuing fsyncs for | Tom Lane | 2004-05-31 | 4 | -45/+81 |
| * | Minor code rationalization: FlushRelationBuffers just returns void, | Tom Lane | 2004-05-31 | 7 | -62/+22 |
| * | Suppress compile warnings on machines where the INT64CONST() decoration | Tom Lane | 2004-05-31 | 2 | -5/+5 |
| * | I think I've finally identified the cause of the off-by-one-second | Tom Lane | 2004-05-31 | 1 | -13/+17 |
| * | Per previous discussions, get rid of use of sync(2) in favor of | Tom Lane | 2004-05-31 | 7 | -207/+732 |
| * | Use the new List API function names throughout the backend, and disable the | Neil Conway | 2004-05-30 | 77 | -786/+774 |
| * | Paranoia: ensure MyBackendId is InvalidBackendId in a process that has | Tom Lane | 2004-05-30 | 1 | -2/+2 |
| * | Implement new PostmasterIsAlive() check for WIN32, per Claudio Natoli. | Tom Lane | 2004-05-30 | 2 | -19/+40 |
| * | Separate out bgwriter code into a logically separate module, rather | Tom Lane | 2004-05-29 | 19 | -839/+1034 |
| * | Translation update | Peter Eisentraut | 2004-05-29 | 1 | -3554/+3704 |
| * | Fix another place that assumed 'x = lcons(y, z)' would not have any | Tom Lane | 2004-05-29 | 1 | -4/+5 |
| * | Fix minor error in comment. | Tom Lane | 2004-05-28 | 1 | -3/+4 |
| * | Fix thinko in recent patch to change temp-table permissions behavior: | Tom Lane | 2004-05-28 | 2 | -17/+28 |
| * | Fix some typos I introduced in WIN32-only code late last night. | Tom Lane | 2004-05-28 | 1 | -6/+5 |
| * | Code review for EXEC_BACKEND changes. Reduce the number of #ifdefs by | Tom Lane | 2004-05-28 | 13 | -744/+736 |
| * | Make sure elog behaves sanely if invoked before GUC initializes. | Tom Lane | 2004-05-28 | 1 | -2/+2 |
| * | On WIN32, don't choke when setlocale(LC_MESSAGES, "") returns NULL. | Tom Lane | 2004-05-27 | 1 | -2/+13 |
| * | Get rid of the former rather baroque mechanism for propagating the values | Tom Lane | 2004-05-27 | 5 | -55/+36 |
| * | pgindent files for Tom. | Bruce Momjian | 2004-05-27 | 2 | -250/+284 |
| * | Cleanup for Win32 pgkill. | Bruce Momjian | 2004-05-27 | 1 | -2/+1 |
| * | Move pgkill out into /port so pg_ctl can use it on Win32. | Bruce Momjian | 2004-05-27 | 1 | -41/+1 |
| * | Reduce the minimum allocable chunk size to 8 bytes (from 16). Now that | Tom Lane | 2004-05-26 | 1 | -4/+4 |
| * | A couple other cosmetic cleanups in new List stuff. | Tom Lane | 2004-05-26 | 1 | -7/+4 |
| * | Use new forboth() macro to make loop coding a bit clearer. | Tom Lane | 2004-05-26 | 1 | -5/+4 |
| * | *) inet_(client|server)_(addr|port)() and necessary documentation for | Bruce Momjian | 2004-05-26 | 9 | -27/+176 |
| * | Use a cleaner substitute for the inability to apply length() to the tail | Tom Lane | 2004-05-26 | 1 | -11/+5 |
| * | Add <limits.h>, per Magnus. | Tom Lane | 2004-05-26 | 1 | -2/+3 |
| * | The added aggregates are: | Bruce Momjian | 2004-05-26 | 1 | -1/+21 |
| * | The patch adresses the TODO list item "Allow external interfaces to | Bruce Momjian | 2004-05-26 | 4 | -16/+437 |
| * | This patch implement the TODO [ALTER DATABASE foo OWNER TO bar]. | Bruce Momjian | 2004-05-26 | 5 | -6/+101 |
| * | Reimplement the linked list data structure used throughout the backend. | Neil Conway | 2004-05-26 | 120 | -2728/+3143 |
| * | Fix erroneous error message printout when a configuration file contains | Tom Lane | 2004-05-25 | 1 | -3/+3 |
| * | Make the locale location relocatable. | Bruce Momjian | 2004-05-25 | 1 | -6/+3 |
| * | This patch fixes the find_my_exec code for pgstat backends. Required for | Bruce Momjian | 2004-05-24 | 2 | -10/+16 |
| * | Avoid calling select_default_timezone() when backing out an unwanted TZ | Tom Lane | 2004-05-23 | 1 | -5/+32 |
| * | New two-stage sampling method for ANALYZE, as per discussions a few weeks | Tom Lane | 2004-05-23 | 1 | -163/+226 |
| * | Still another place to make the world safe for zero-column tables: | Tom Lane | 2004-05-23 | 2 | -26/+30 |
| * | Handle impending sinval queue overflow by means of a separate signal | Tom Lane | 2004-05-23 | 5 | -27/+271 |
| * | For multi-table ANALYZE, use per-table transactions when possible | Tom Lane | 2004-05-22 | 2 | -66/+122 |