summaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)Author
2004-08-12Add make_native_path() because Win32 COPY is an internal CMD.EXE commandBruce Momjian
2004-08-11Work around broken strtod() that's present in many Solaris releases.Tom Lane
2004-08-11Fix failure to guarantee that a checkpoint will write out pg_clog updatesTom Lane
2004-08-09Improve comment.Bruce Momjian
2004-08-08If these are ifdef WIN32 in the .c file, should be so in .h as well.Tom Lane
2004-08-08Allow libpgport to call memory allocation routines even thoughBruce Momjian
2004-08-08Fix comment.Bruce Momjian
2004-08-07The attached patch implements a symlink for win32 using junctions, andBruce Momjian
2004-08-06Use one, not zero, as the default lower bound for arrays of AclItems.Tom Lane
2004-08-06Rename vacuum_cost_naptime to vacuum_cost_delay, with agreement from Jan.Bruce Momjian
2004-08-05Create a built-in log rotation program, so that we no longer have toTom Lane
2004-08-04Label CVS tip as 8.0devel instead of 7.5devel. Adjust various commentsTom Lane
2004-08-03Add functions pg_start_backup, pg_stop_backup to create backup labelTom Lane
2004-08-02Support USING INDEX TABLESPACE clause for PRIMARY KEY and UNIQUETom Lane
2004-08-02Allow DECLARE CURSOR to take parameters from the portal in which it isTom Lane
2004-08-01Cause ALTER OWNER commands to update the object's ACL, replacing referencesTom Lane
2004-08-01Some mop-up work for savepoints (nested transactions). Store a smallTom Lane
2004-08-01Create a C version of pg_config.Bruce Momjian
2004-08-01Add docs for initdb --auth.Bruce Momjian
2004-07-31Support "OR condition ..." in plpgsql EXCEPTION clauses to make the syntaxTom Lane
2004-07-31Be more consistent about reporting SPI errors in the various PLs.Tom Lane
2004-07-31plpgsql does exceptions.Tom Lane
2004-07-31Restructure error handling as recently discussed. It is now reallyTom Lane
2004-07-28Revert ill-conceived patch that made elog(FATAL) the same as elog(ERROR)Tom Lane
2004-07-28Fix subtransaction behavior for large objects, temp namespace, files,Tom Lane
2004-07-27Replace nested-BEGIN syntax for subtransactions with spec-compliantTom Lane
2004-07-23Move Win32 defines from port.h to win32.h.Bruce Momjian
2004-07-21Invent WAL timelines, as per recent discussion, to make point-in-timeTom Lane
2004-07-21The attached patch shows the new column "tablespace" in the mentionedBruce Momjian
2004-07-21Back out pg_autovacuum commit after cvs clean failure causes commit.Bruce Momjian
2004-07-21lease find enclosed a patch that matches the PL/Perl documentationBruce Momjian
2004-07-21Allow borland compiles.Bruce Momjian
2004-07-19XLOG file archiving and point-in-time recovery. There are still someTom Lane
2004-07-17Invent ResourceOwner mechanism as per my recent proposal, and use it toTom Lane
2004-07-14Detect locale/encoding mismatch in initdb, or pick a suitable encodingPeter Eisentraut
2004-07-12Add has_tablespace_privilege().Bruce Momjian
2004-07-12Remove TABLESPACE option of CREATE SEQUENCE; sequences will now alwaysTom Lane
2004-07-12The outer #define was forgotten. Attached patch adds it; please apply.Bruce Momjian
2004-07-11ALTER TABLE SET TABLESPACE. Gavin Sherry, some rework by Tom Lane.Tom Lane
2004-07-11Move TablespaceCreateDbspace() call into smgrcreate(), which is where itTom Lane
2004-07-11Rename XLOG_BTREE_NEWPAGE xlog record type into XLOG_HEAP_NEWPAGE, andTom Lane
2004-07-11Use standard macro for psql binary file open. Add comment explainingBruce Momjian
2004-07-11Allow configuration files to be placed outside the data directory.Bruce Momjian
2004-07-06Add comment describing ereport() NOTICE/WARNING distinction.Bruce Momjian
2004-07-02Add missing operators of the form interval-plus-datetime, as required forTom Lane
2004-07-02Andreas Pflug wrote:Joe Conway
2004-07-01Nested transactions. There is still much left to do, especially on theTom Lane
2004-06-26Adjust pgstat message definitions so that the target message size isTom Lane
2004-06-25Support renaming of tablespaces, and changing the owners ofTom Lane
2004-06-25Add pg_get_serial_sequence() function, and cause pg_dump to use it.Tom Lane