aboutsummaryrefslogtreecommitdiff
path: root/src/include
Commit message (Expand)AuthorAge
* Ensure that before truncating CLOG, we force a checkpoint even if noTom Lane2002-09-26
* Fix problems with loss of tuple commit status bits during WAL redo ofTom Lane2002-09-26
* Update some obsolete comments and column descriptions.Tom Lane2002-09-24
* Remove useless O_DIROPEN stuff.Peter Eisentraut2002-09-24
* Disallow VACUUM, ANALYZE, TRUNCATE on temp tables belonging to otherTom Lane2002-09-23
* Get rid of bogus use of heap_mark4update in reindex operations (cf.Tom Lane2002-09-23
* Replace pg_attribute.attisinherited with attislocal and attinhcountTom Lane2002-09-22
* Bring SIMILAR TO and SUBSTRING into some semblance of conformance withTom Lane2002-09-22
* Move most of the error checking for foreign-key constraints out ofTom Lane2002-09-22
* Provide an upgrade strategy for dump files containing functions declaredTom Lane2002-09-21
* Fix PPC s_lock operations to work correctly on multi-CPU machines.Tom Lane2002-09-21
* Performance improvement for MultiRecordFreeSpace on large relations ---Tom Lane2002-09-20
* Tweak heap.c to refuse attempts to create table columns of standaloneTom Lane2002-09-19
* Department of second thoughts: suppressing implicit casts everywhere inTom Lane2002-09-19
* Extend pg_cast castimplicit column to a three-way value; this allows usTom Lane2002-09-18
* Un-break duplicate_oids script.Tom Lane2002-09-17
* The small context diff below corrects what seems to be an oversight inBruce Momjian2002-09-12
* Joe Conway wrote:Bruce Momjian2002-09-12
* Tweak querytree-dependency-extraction code so that columns of tablesTom Lane2002-09-11
* Assorted fixes for Cygwin:Peter Eisentraut2002-09-05
* Be careful to include postgres.h *before* any system headers, to ensureTom Lane2002-09-05
* Guard against send-lots-and-lots-of-data DoS attack from unauthenticatedTom Lane2002-09-04
* Remove leftovers from subproject removals. Fixes for Python and KerberosPeter Eisentraut2002-09-04
* pgindent run.Bruce Momjian2002-09-04
* Brand 7.3. Ready for beta!Bruce Momjian2002-09-04
* Remove all traces of multibyte and locale options. Clean up commentsPeter Eisentraut2002-09-03
* Code review and documentation updates for indisclustered patch.Tom Lane2002-09-03
* Update catversion so we are sure everyone gets the bytea LIKE fix.Bruce Momjian2002-09-02
* > Okay. When you get back to the original issue, the gold is hidden inBruce Momjian2002-09-02
* Add GUC variable to print original query to the server logs when thereBruce Momjian2002-09-02
* I tried to build PostgreSQL with the following step to see backends hungBruce Momjian2002-09-02
* Remove sys/types.h in files that include postgres.h, and hence c.h,Bruce Momjian2002-09-02
* CREATE OR REPLACE VIEW, CREATE OR REPLACE RULE.Tom Lane2002-09-02
* Code review for HeapTupleHeader changes. Add version number to page headersTom Lane2002-09-02
* Update MEMSET_LOOP_LIMIT to 1024 because it is the best value for mostBruce Momjian2002-09-01
* Add log_duration to GUC/postgresql.conf.Bruce Momjian2002-09-01
* Mark the float8 -> int8 cast as implicit. This resolves the problemTom Lane2002-09-01
* Code review for domain-constraints patch. Use a new ConstraintTest nodeTom Lane2002-08-31
* Code review for pg_locks feature. Make shmemoffset of PROCLOCK structsTom Lane2002-08-31
* Add expected tuple descriptor to ReturnSetInfo information for tableTom Lane2002-08-30
* AUTOCOMMIT mode is now an available backend GUC variable; setting itTom Lane2002-08-30
* Fix for breakage of C-coded SRFs, from Joe Conway.Tom Lane2002-08-30
* Add attisinherited column to pg_attribute; use it to guard againstTom Lane2002-08-30
* Complete TODO item:Bruce Momjian2002-08-30
* Revert _LARGEFILE64_SOURCE addition; good try but doesn't work,Tom Lane2002-08-30
* PL/pgSQL functions can return sets. Neil Conway's patch, modified soTom Lane2002-08-30
* Workaround for broken large file support on HP-UXPeter Eisentraut2002-08-29
* This patch reserves the last superuser_reserved_connections slots forBruce Momjian2002-08-29
* Adjust nodeFunctionscan.c to reset transient memory context between callsTom Lane2002-08-29
* Push down outer qualification clauses into UNION and INTERSECT subqueries.Tom Lane2002-08-29