aboutsummaryrefslogtreecommitdiff
path: root/src/include
Commit message (Expand)AuthorAge
* Pgindent run for 8.0.Bruce Momjian2004-08-29
* Update copyright to 2004.Bruce Momjian2004-08-29
* >>> I understand your disliking of non-posix stuff. OTOH,Bruce Momjian2004-08-29
* Rearrange order of operations in heap_drop_with_catalog and index_dropTom Lane2004-08-28
* Fix relcache to account properly for subtransaction status of 'new'Tom Lane2004-08-28
* Introduce local hash table for lock state, as per recent proposal.Tom Lane2004-08-27
* Improve some comments.Tom Lane2004-08-26
* Rearrange pg_subtrans handling as per recent discussion. pg_subtransTom Lane2004-08-23
* Tweak code so that pg_subtrans is never consulted for XIDs older thanTom Lane2004-08-22
* Add ALTER INDEX, particularly for moving tablespaces.Bruce Momjian2004-08-20
* Repair some issues with column aliases and RowExpr construction in theTom Lane2004-08-19
* Add get_home_path() to use USERPROFILE on Win32 and HOME on Unix.Bruce Momjian2004-08-18
* Standardize on the assumption that the arguments of a RowExpr correspondTom Lane2004-08-17
* Add comment about portability function name inconsistency.Bruce Momjian2004-08-17
* Add DLLIMPORT for PostGIS.Bruce Momjian2004-08-17
* Add make_native_path() because Win32 COPY is an internal CMD.EXE commandBruce Momjian2004-08-12
* Work around broken strtod() that's present in many Solaris releases.Tom Lane2004-08-11
* Fix failure to guarantee that a checkpoint will write out pg_clog updatesTom Lane2004-08-11
* Improve comment.Bruce Momjian2004-08-09
* If these are ifdef WIN32 in the .c file, should be so in .h as well.Tom Lane2004-08-08
* Allow libpgport to call memory allocation routines even thoughBruce Momjian2004-08-08
* Fix comment.Bruce Momjian2004-08-08
* The attached patch implements a symlink for win32 using junctions, andBruce Momjian2004-08-07
* Use one, not zero, as the default lower bound for arrays of AclItems.Tom Lane2004-08-06
* Rename vacuum_cost_naptime to vacuum_cost_delay, with agreement from Jan.Bruce Momjian2004-08-06
* Create a built-in log rotation program, so that we no longer have toTom Lane2004-08-05
* Label CVS tip as 8.0devel instead of 7.5devel. Adjust various commentsTom Lane2004-08-04
* Add functions pg_start_backup, pg_stop_backup to create backup labelTom Lane2004-08-03
* Support USING INDEX TABLESPACE clause for PRIMARY KEY and UNIQUETom Lane2004-08-02
* Allow DECLARE CURSOR to take parameters from the portal in which it isTom Lane2004-08-02
* Cause ALTER OWNER commands to update the object's ACL, replacing referencesTom Lane2004-08-01
* Some mop-up work for savepoints (nested transactions). Store a smallTom Lane2004-08-01
* Create a C version of pg_config.Bruce Momjian2004-08-01
* Add docs for initdb --auth.Bruce Momjian2004-08-01
* Support "OR condition ..." in plpgsql EXCEPTION clauses to make the syntaxTom Lane2004-07-31
* Be more consistent about reporting SPI errors in the various PLs.Tom Lane2004-07-31
* plpgsql does exceptions.Tom Lane2004-07-31
* Restructure error handling as recently discussed. It is now reallyTom Lane2004-07-31
* Revert ill-conceived patch that made elog(FATAL) the same as elog(ERROR)Tom Lane2004-07-28
* Fix subtransaction behavior for large objects, temp namespace, files,Tom Lane2004-07-28
* Replace nested-BEGIN syntax for subtransactions with spec-compliantTom Lane2004-07-27
* Move Win32 defines from port.h to win32.h.Bruce Momjian2004-07-23
* Invent WAL timelines, as per recent discussion, to make point-in-timeTom Lane2004-07-21
* The attached patch shows the new column "tablespace" in the mentionedBruce Momjian2004-07-21
* Back out pg_autovacuum commit after cvs clean failure causes commit.Bruce Momjian2004-07-21
* lease find enclosed a patch that matches the PL/Perl documentationBruce Momjian2004-07-21
* Allow borland compiles.Bruce Momjian2004-07-21
* XLOG file archiving and point-in-time recovery. There are still someTom Lane2004-07-19
* Invent ResourceOwner mechanism as per my recent proposal, and use it toTom Lane2004-07-17
* Detect locale/encoding mismatch in initdb, or pick a suitable encodingPeter Eisentraut2004-07-14