summaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)Author
2002-08-17Reverse out XLogDir/-X write-ahead log handling, per discussion.Bruce Momjian
2002-08-17[ Newest version of patch applied.]Bruce Momjian
2002-08-16Modify pg_dump to dump foreign-key constraints as constraints, not asTom Lane
2002-08-15Tom Lane wrote:Bruce Momjian
2002-08-15As discussed on several occasions previously, the new anonymousBruce Momjian
2002-08-14Add Cyrillic and other encodings for encoding conversion.Tatsuo Ishii
2002-08-13Change NAMEDATALEN to 64, INDEX_MAX_KEYS/MAX_FUNC_ARGS to 32, per discussion...Bruce Momjian
2002-08-12Buffer-overrun paranoia.Tom Lane
2002-08-12Change memory-space accounting mechanism in tuplesort.c and tuplestore.cTom Lane
2002-08-11Code review of CLUSTER patch. Clean up problems with relcache gettingTom Lane
2002-08-10Update with newer version of CLUSTER patch posted August 8.Bruce Momjian
2002-08-10Remove error files.Bruce Momjian
2002-08-10This patch removes a lot of unused code related to assertions andBruce Momjian
2002-08-09has_table_privilege spawns scions has_database_privilege, has_function_privil...Tom Lane
2002-08-08Arrange to collect statistics on a few more system catalog columns.Tom Lane
2002-08-08Cause schema-qualified FROM items and schema-qualified variable referencesTom Lane
2002-08-06Remove no-longer-used PageManagerMode enum.Tom Lane
2002-08-06Move pg_convert3 declaration to suppress compile warning. ReallyTom Lane
2002-08-06Add SQL99 CONVERT() function.Tatsuo Ishii
2002-08-06Restructure local-buffer handling per recent pghackers discussion.Tom Lane
2002-08-05Restructure system-catalog index updating logic. Instead of havingTom Lane
2002-08-05Preliminary code review for anonymous-composite-types patch: fix breakageTom Lane
2002-08-05Fix compilation problem with assert checking enabled for recent xlogThomas G. Lockhart
2002-08-04Fix broken pg_backend_pid reference, per Joe Conway.Tom Lane
2002-08-04Another backend_pid rename.Bruce Momjian
2002-08-04Attached are two patches to implement and document anonymous compositeBruce Momjian
2002-08-04Minor clarification or fix of typos.Thomas G. Lockhart
2002-08-04Define macros for handling typmod manipulation for date/time types.Thomas G. Lockhart
2002-08-04Allow bit string constants without fully-specified length declaration.Thomas G. Lockhart
2002-08-04Implement WAL log location control using "-X" or PGXLOG.Thomas G. Lockhart
2002-08-04The attached patch implements START TRANSACTION, per SQL99. TheBruce Momjian
2002-08-02When compiling with --enable-cassert, check for reference count leaksTom Lane
2002-08-02ALTER TABLE DROP COLUMN works. Patch by Christopher Kings-Lynne,Tom Lane
2002-08-01* -Remove LockMethodTable.prio field, not used (Bruce)Bruce Momjian
2002-07-31Instead of having a configure-time DEFAULT_ATTSTATTARGET, store -1 inTom Lane
2002-07-31Rename pid function to backend_pid().Bruce Momjian
2002-07-31Add function to access backend pid, pg_stat_get_backend_mypid.Bruce Momjian
2002-07-30The attached patch removes the last remnants of support forBruce Momjian
2002-07-30Here are two patches. The guc_and_tablefunc patch addresses the twoBruce Momjian
2002-07-29Centralize code for interpreting schema references, which had gottenTom Lane
2002-07-29Implement CREATE/DROP OPERATOR CLASS. Work still remains: need moreTom Lane
2002-07-29Fix typo. Remove #ifdef MULTIBYTETatsuo Ishii
2002-07-25Implement DROP CONVERSIONTatsuo Ishii
2002-07-24Remove _deadcode.Peter Eisentraut
2002-07-24Remove unused system table columns:Peter Eisentraut
2002-07-22Add unique index on pg_cast.oid, and document pg_cast table.Peter Eisentraut
2002-07-20Code review for SHOW output changes; fix horology expected files forTom Lane
2002-07-20> 2. This patch includes the same Table Function API fixes that IBruce Momjian
2002-07-20oid is needed, it is added at the end of the struct (after the nullBruce Momjian
2002-07-20The attached patch fixes a build problem with GEQO when using theBruce Momjian