| Commit message (Expand) | Author | Age |
* | Support "OR condition ..." in plpgsql EXCEPTION clauses to make the syntax | Tom Lane | 2004-07-31 |
* | Be more consistent about reporting SPI errors in the various PLs. | Tom Lane | 2004-07-31 |
* | plpgsql does exceptions. | Tom Lane | 2004-07-31 |
* | Restructure error handling as recently discussed. It is now really | Tom Lane | 2004-07-31 |
* | Revert ill-conceived patch that made elog(FATAL) the same as elog(ERROR) | Tom Lane | 2004-07-28 |
* | Fix subtransaction behavior for large objects, temp namespace, files, | Tom Lane | 2004-07-28 |
* | Replace nested-BEGIN syntax for subtransactions with spec-compliant | Tom Lane | 2004-07-27 |
* | Move Win32 defines from port.h to win32.h. | Bruce Momjian | 2004-07-23 |
* | Invent WAL timelines, as per recent discussion, to make point-in-time | Tom Lane | 2004-07-21 |
* | The attached patch shows the new column "tablespace" in the mentioned | Bruce Momjian | 2004-07-21 |
* | Back out pg_autovacuum commit after cvs clean failure causes commit. | Bruce Momjian | 2004-07-21 |
* | lease find enclosed a patch that matches the PL/Perl documentation | Bruce Momjian | 2004-07-21 |
* | Allow borland compiles. | Bruce Momjian | 2004-07-21 |
* | XLOG file archiving and point-in-time recovery. There are still some | Tom Lane | 2004-07-19 |
* | Invent ResourceOwner mechanism as per my recent proposal, and use it to | Tom Lane | 2004-07-17 |
* | Detect locale/encoding mismatch in initdb, or pick a suitable encoding | Peter Eisentraut | 2004-07-14 |
* | Add has_tablespace_privilege(). | Bruce Momjian | 2004-07-12 |
* | Remove TABLESPACE option of CREATE SEQUENCE; sequences will now always | Tom Lane | 2004-07-12 |
* | The outer #define was forgotten. Attached patch adds it; please apply. | Bruce Momjian | 2004-07-12 |
* | ALTER TABLE SET TABLESPACE. Gavin Sherry, some rework by Tom Lane. | Tom Lane | 2004-07-11 |
* | Move TablespaceCreateDbspace() call into smgrcreate(), which is where it | Tom Lane | 2004-07-11 |
* | Rename XLOG_BTREE_NEWPAGE xlog record type into XLOG_HEAP_NEWPAGE, and | Tom Lane | 2004-07-11 |
* | Use standard macro for psql binary file open. Add comment explaining | Bruce Momjian | 2004-07-11 |
* | Allow configuration files to be placed outside the data directory. | Bruce Momjian | 2004-07-11 |
* | Add comment describing ereport() NOTICE/WARNING distinction. | Bruce Momjian | 2004-07-06 |
* | Add missing operators of the form interval-plus-datetime, as required for | Tom Lane | 2004-07-02 |
* | Andreas Pflug wrote: | Joe Conway | 2004-07-02 |
* | Nested transactions. There is still much left to do, especially on the | Tom Lane | 2004-07-01 |
* | Adjust pgstat message definitions so that the target message size is | Tom Lane | 2004-06-26 |
* | Support renaming of tablespaces, and changing the owners of | Tom Lane | 2004-06-25 |
* | Add pg_get_serial_sequence() function, and cause pg_dump to use it. | Tom Lane | 2004-06-25 |
* | Replace direct fprintf(stderr) calls by write_stderr(), and cause this | Tom Lane | 2004-06-24 |
* | Avoid including <sys/time.h> on platforms that don't have it. | Tom Lane | 2004-06-24 |
* | Rename the built-in tablespaces to pg_default and pg_global, and prohibit | Tom Lane | 2004-06-21 |
* | Rename pg_tablespaces directory to pg_tblspc, so it is more unique from | Bruce Momjian | 2004-06-21 |
* | Adjust TAS assembly as per recent discussions: use "+m"(*lock) everywhere | Tom Lane | 2004-06-19 |
* | Tablespaces. Alternate database locations are dead, long live tablespaces. | Tom Lane | 2004-06-18 |
* | Represent type-specific length coercion functions as pg_cast entries, | Tom Lane | 2004-06-16 |
* | Arrange to explicitly stop the pgstat processes at the same time we | Tom Lane | 2004-06-14 |
* | Give inet/cidr datatypes their own hash function that ignores the inet vs | Tom Lane | 2004-06-13 |
* | Code review for recently-added network functions. Get it to work when | Tom Lane | 2004-06-13 |
* | Add some code to Assert that when we release pin on a buffer, we are | Tom Lane | 2004-06-11 |
* | Add URL about Win32 quoting behavior. | Bruce Momjian | 2004-06-11 |
* | When using extended-query protocol, postpone planning of unnamed statements | Tom Lane | 2004-06-11 |
* | Attached is a patch that takes care of the PATHSEP issue. I made a more | Bruce Momjian | 2004-06-10 |
* | Clean up generation of default names for constraints, indexes, and serial | Tom Lane | 2004-06-10 |
* | Handle multiple double-quoted strings using Win32's system() call. | Bruce Momjian | 2004-06-10 |
* | Support assignment to subfields of composite columns in UPDATE and INSERT. | Tom Lane | 2004-06-09 |
* | Fix strerror_r by checking return type from configure. | Bruce Momjian | 2004-06-07 |
* | Minor catalog cleanups for composite-type stuff. Adjust signatures shown | Tom Lane | 2004-06-06 |