Age | Commit message (Expand) | Author |
2004-02-08 | Win32 signals cleanup. Patch by Magnus Hagander, with input from Claudio | Neil Conway |
2004-01-27 | Here's the latest win32 signals code, this time in the form of a patch | Bruce Momjian |
2004-01-07 | More janitorial work: remove the explicit casting of NULL literals to a | Neil Conway |
2003-12-12 | This patch properly sets the prototype for the on_shmem_exit and | Peter Eisentraut |
2003-11-29 | $Header: -> $PostgreSQL Changes ... | PostgreSQL Daemon |
2003-11-12 | Cross-data-type comparisons are now indexable by btrees, pursuant to my | Tom Lane |
2003-11-09 | Add operator strategy and comparison-value datatype fields to ScanKey. | Tom Lane |
2003-10-16 | Fix bad interaction between NOTIFY processing and V3 extended query | Tom Lane |
2003-10-01 | Repair RI trigger visibility problems (this time for sure ;-)) per recent | Tom Lane |
2003-09-15 | Fix LISTEN/NOTIFY race condition reported by Gavin Sherry. While a | Tom Lane |
2003-09-15 | Remove warnings for operations that have no effect when executed repeatedly. | Peter Eisentraut |
2003-08-04 | Update copyrights to 2003. | Bruce Momjian |
2003-08-04 | pgindent run. | Bruce Momjian |
2003-07-20 | Another round of error message editing, covering backend/commands/. | Tom Lane |
2003-05-27 | Make debug_ GUC varables output DEBUG1 rather than LOG, and mention in | Bruce Momjian |
2003-05-14 | Backend support for autocommit removed, per recent discussions. The | Tom Lane |
2003-04-22 | Another round of protocol changes. Backend-to-frontend messages now all | Tom Lane |
2003-02-18 | Async_NotifyHandler must save and restore ImmediateInterruptOK. Fixes | Tom Lane |
2002-09-16 | Fix for rare race-condition-like failure: if a backend receives SIGUSR2 | Tom Lane |
2002-09-02 | Remove sys/types.h in files that include postgres.h, and hence c.h, | Bruce Momjian |
2002-08-30 | AUTOCOMMIT mode is now an available backend GUC variable; setting it | Tom Lane |
2002-08-05 | Restructure system-catalog index updating logic. Instead of having | Tom Lane |
2002-06-20 | Update copyright to 2002. | Bruce Momjian |
2002-05-21 | Remove global variable scanCommandId in favor of storing a command ID | Tom Lane |
2002-05-20 | Restructure indexscan API (index_beginscan, index_getnext) per | Tom Lane |
2002-05-05 | Create an internal semaphore API that is not tied to SysV semaphores. | Tom Lane |
2002-03-06 | Change made to elog: | Bruce Momjian |
2002-03-02 | Commit to match discussed elog() changes. Only update is that LOG is | Bruce Momjian |
2001-10-25 | pgindent run on all C files. Java run to follow. initdb/regression | Bruce Momjian |
2001-09-08 | Clean up some confusion about where and how to set whereToSendOutput. | Tom Lane |
2001-06-17 | Keep the list of to-be-NOTIFYed names in a plain List palloc'd in | Tom Lane |
2001-06-12 | Clean up various to-do items associated with system indexes: | Tom Lane |
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 |
2001-01-23 | Fix all the places that called heap_update() and heap_delete() without | Tom Lane |
2000-12-18 | Ensure that 'errno' is saved and restored by all signal handlers that | Tom Lane |
2000-11-28 | Significant cleanups in SysV IPC handling (shared mem and semaphores). | Tom Lane |
2000-11-21 | Put external declarations into header files. | Peter Eisentraut |
2000-11-16 | Change SearchSysCache coding conventions so that a reference count is | Tom Lane |
2000-10-03 | New diff that now covers the entire tree. Applying this gets postgresql | Bruce Momjian |
2000-10-02 | Banish caddr_t (mostly), use Datum where appropriate. | Peter Eisentraut |
2000-08-29 | Revert removal of signed, volatile, and signal handler arg type tests. | Peter Eisentraut |
2000-08-27 | Remove configure tests for `signed', `volatile', and signal handler args; | Peter Eisentraut |
2000-07-08 | Remove long-dead support for invoking queries from dynamically loaded | Tom Lane |
2000-06-08 | Mark functions as static and ifdef NOT_USED as appropriate. | Bruce Momjian |
2000-06-07 | Re-order pg_listener index so it can later be used in an index scan. | Bruce Momjian |
2000-06-04 | New ps display code, works on more platforms. | Peter Eisentraut |
2000-05-31 | The heralded `Grand Unified Configuration scheme' (GUC) | Peter Eisentraut |
2000-05-28 | First round of changes for new fmgr interface. fmgr itself and the | Tom Lane |
2000-05-14 | Finally fix LISTEN problem. | Bruce Momjian |