summaryrefslogtreecommitdiff
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
* I checked all the previous string handling errors and most of them wereBruce Momjian2002-09-021-2/+2
* Here's a doc patch for the new string functions recently committed --Bruce Momjian2002-09-021-29/+64
* Move pg_settings doc into the right section.Bruce Momjian2002-09-022-63/+56
* Here is a documentation patch for the pg_settings virtual table. IfBruce Momjian2002-09-021-1/+62
* Add GUC variable to print original query to the server logs when thereBruce Momjian2002-09-021-4/+25
* Removed because we don't use cs() anymore on AIX:Bruce Momjian2002-09-021-2/+1
* Code review for HeapTupleHeader changes. Add version number to page headersTom Lane2002-09-021-65/+94
* Add log_duration to GUC/postgresql.conf.Bruce Momjian2002-09-012-6/+25
* Add:Bruce Momjian2002-09-011-1/+2
* plpgsql functions can return RECORD, per Neil Conway.Tom Lane2002-09-012-4/+23
* Minor copy-editing.Tom Lane2002-09-011-8/+9
* Remove mention of wal_files in a SHOW example.Bruce Momjian2002-09-011-2/+1
* Done:Bruce Momjian2002-09-011-2/+2
* Code review for pg_locks feature. Make shmemoffset of PROCLOCK structsTom Lane2002-08-311-32/+56
* *** empty log message ***Bruce Momjian2002-08-311-1/+1
* Updates to reflect availability of autocommit option.Tom Lane2002-08-302-25/+45
* AUTOCOMMIT mode is now an available backend GUC variable; setting itTom Lane2002-08-302-2/+26
* Add attisinherited column to pg_attribute; use it to guard againstTom Lane2002-08-301-1/+11
* Update documentation for --with-perl.Bruce Momjian2002-08-301-13/+7
* Improve wording after wal_files removal.Bruce Momjian2002-08-301-5/+5
* Complete TODO item:Bruce Momjian2002-08-302-30/+10
* Back out password packet length check.Bruce Momjian2002-08-302-4/+4
* Add comment on old sytax for SELECT FOR UPDATE/LIMIT and COPY.Bruce Momjian2002-08-302-4/+18
* PL/pgSQL functions can return sets. Neil Conway's patch, modified soTom Lane2002-08-304-30/+70
* Make pg_resetxlog options parsing more standard and prepare messages forPeter Eisentraut2002-08-291-2/+2
* The unit for statement_timeout is s/1000, not s/1000000Bruce Momjian2002-08-291-2/+2
* Adjust nodeFunctionscan.c to reset transient memory context between callsTom Lane2002-08-291-11/+35
* A few more fixes for the <replaceable>able> fiasco.Tom Lane2002-08-291-7/+7
* FOUND patch was a bit over-enthusiastic: SQL commands that are notTom Lane2002-08-291-53/+57
* Remove support for version-0 FE/BE protocol, per pghackers discussion.Tom Lane2002-08-291-1/+2
* Code review for standalone composite types, query-specified compositeTom Lane2002-08-295-264/+359
* Add mention of foreign key dependency and SERIAL in 7.2 data restores.Bruce Momjian2002-08-281-1/+10
* Remove:Bruce Momjian2002-08-281-2/+1
* Update info about relkind and pg_type entries for composite-types patch.Tom Lane2002-08-281-9/+13
* Allow FOR UPDATE to appear after LIMIT/OFFSET to match MySQL syntax and asBruce Momjian2002-08-283-20/+20
* Add:Bruce Momjian2002-08-271-1/+2
* Enable locale, so case conversion (identifier processing) and numberPeter Eisentraut2002-08-271-2/+2
* Reimplement pg_dumpall in C. Currently no change in functionality,Peter Eisentraut2002-08-272-85/+166
* Add:Bruce Momjian2002-08-271-2/+2
* Add error code emails.Bruce Momjian2002-08-271-0/+960
* Add:Bruce Momjian2002-08-271-1/+3
* PREPARE/EXECUTE statements. Patch by Neil Conway, some kibitzingTom Lane2002-08-276-4/+489
* Done:Bruce Momjian2002-08-271-2/+2
* Add to mmap discussion.Bruce Momjian2002-08-271-0/+1188
* Cleanup of SGMLBruce Momjian2002-08-272-60/+76
* I attach a little patch to make CLUSTER set and reset the indisclusteredBruce Momjian2002-08-273-2/+284
* Add OS X link line example for external functions.Bruce Momjian2002-08-261-1/+15
* Add discussion of pre-write pages to WAL.Bruce Momjian2002-08-261-0/+2700
* Add:Bruce Momjian2002-08-261-2/+2
* Add:Bruce Momjian2002-08-261-1/+2