summaryrefslogtreecommitdiff
path: root/src/include
Commit message (Expand)AuthorAgeFilesLines
* Add ALTER INDEX, particularly for moving tablespaces.Bruce Momjian2004-08-201-1/+2
* Repair some issues with column aliases and RowExpr construction in theTom Lane2004-08-195-13/+32
* Add get_home_path() to use USERPROFILE on Win32 and HOME on Unix.Bruce Momjian2004-08-181-4/+8
* Standardize on the assumption that the arguments of a RowExpr correspondTom Lane2004-08-172-3/+23
* Add comment about portability function name inconsistency.Bruce Momjian2004-08-171-1/+3
* Add DLLIMPORT for PostGIS.Bruce Momjian2004-08-171-2/+2
* Add make_native_path() because Win32 COPY is an internal CMD.EXE commandBruce Momjian2004-08-121-1/+2
* Work around broken strtod() that's present in many Solaris releases.Tom Lane2004-08-111-1/+8
* Fix failure to guarantee that a checkpoint will write out pg_clog updatesTom Lane2004-08-111-1/+2
* Improve comment.Bruce Momjian2004-08-091-3/+3
* If these are ifdef WIN32 in the .c file, should be so in .h as well.Tom Lane2004-08-081-5/+6
* Allow libpgport to call memory allocation routines even thoughBruce Momjian2004-08-082-2/+8
* Fix comment.Bruce Momjian2004-08-081-2/+2
* The attached patch implements a symlink for win32 using junctions, andBruce Momjian2004-08-071-6/+9
* Use one, not zero, as the default lower bound for arrays of AclItems.Tom Lane2004-08-061-2/+2
* Rename vacuum_cost_naptime to vacuum_cost_delay, with agreement from Jan.Bruce Momjian2004-08-061-2/+2
* Create a built-in log rotation program, so that we no longer have toTom Lane2004-08-053-4/+43
* Label CVS tip as 8.0devel instead of 7.5devel. Adjust various commentsTom Lane2004-08-045-10/+10
* Add functions pg_start_backup, pg_stop_backup to create backup labelTom Lane2004-08-034-13/+28
* Support USING INDEX TABLESPACE clause for PRIMARY KEY and UNIQUETom Lane2004-08-021-1/+3
* Allow DECLARE CURSOR to take parameters from the portal in which it isTom Lane2004-08-023-7/+17
* Cause ALTER OWNER commands to update the object's ACL, replacing referencesTom Lane2004-08-011-1/+3
* Some mop-up work for savepoints (nested transactions). Store a smallTom Lane2004-08-015-37/+54
* Create a C version of pg_config.Bruce Momjian2004-08-011-1/+3
* Add docs for initdb --auth.Bruce Momjian2004-08-011-1/+3
* Support "OR condition ..." in plpgsql EXCEPTION clauses to make the syntaxTom Lane2004-07-311-1/+5
* Be more consistent about reporting SPI errors in the various PLs.Tom Lane2004-07-311-1/+2
* plpgsql does exceptions.Tom Lane2004-07-312-3/+9
* Restructure error handling as recently discussed. It is now reallyTom Lane2004-07-312-7/+91
* Revert ill-conceived patch that made elog(FATAL) the same as elog(ERROR)Tom Lane2004-07-281-2/+1
* Fix subtransaction behavior for large objects, temp namespace, files,Tom Lane2004-07-286-20/+26
* Replace nested-BEGIN syntax for subtransactions with spec-compliantTom Lane2004-07-273-7/+19
* Move Win32 defines from port.h to win32.h.Bruce Momjian2004-07-232-12/+10
* Invent WAL timelines, as per recent discussion, to make point-in-timeTom Lane2004-07-217-145/+268
* The attached patch shows the new column "tablespace" in the mentionedBruce Momjian2004-07-211-2/+2
* Back out pg_autovacuum commit after cvs clean failure causes commit.Bruce Momjian2004-07-215-11/+7
* lease find enclosed a patch that matches the PL/Perl documentationBruce Momjian2004-07-215-7/+11
* Allow borland compiles.Bruce Momjian2004-07-211-2/+2
* XLOG file archiving and point-in-time recovery. There are still someTom Lane2004-07-193-2/+32
* Invent ResourceOwner mechanism as per my recent proposal, and use it toTom Lane2004-07-1715-161/+173
* Detect locale/encoding mismatch in initdb, or pick a suitable encodingPeter Eisentraut2004-07-141-0/+3
* Add has_tablespace_privilege().Bruce Momjian2004-07-123-4/+22
* Remove TABLESPACE option of CREATE SEQUENCE; sequences will now alwaysTom Lane2004-07-121-2/+1
* The outer #define was forgotten. Attached patch adds it; please apply.Bruce Momjian2004-07-121-1/+6
* ALTER TABLE SET TABLESPACE. Gavin Sherry, some rework by Tom Lane.Tom Lane2004-07-112-6/+8
* Move TablespaceCreateDbspace() call into smgrcreate(), which is where itTom Lane2004-07-112-6/+4
* Rename XLOG_BTREE_NEWPAGE xlog record type into XLOG_HEAP_NEWPAGE, andTom Lane2004-07-112-16/+16
* Use standard macro for psql binary file open. Add comment explainingBruce Momjian2004-07-111-1/+8
* Allow configuration files to be placed outside the data directory.Bruce Momjian2004-07-111-1/+8
* Add comment describing ereport() NOTICE/WARNING distinction.Bruce Momjian2004-07-061-2/+5