summaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/oid.c
Commit message (Collapse)AuthorAgeFilesLines
* Move some system includes into c.h, and remove duplicates.Bruce Momjian1999-07-171-3/+1
|
* Final cleanup.Bruce Momjian1999-07-161-1/+1
|
* Update #include cleanupsBruce Momjian1999-07-161-2/+2
|
* Clean up #include in /include directory. Add scripts for checking includes.Bruce Momjian1999-07-151-2/+1
|
* Cleanup of /include #include's, for 6.6 only.Bruce Momjian1999-07-141-1/+2
|
* Change error messages to oids come out as %u and not %d. Change has noBruce Momjian1999-05-101-2/+2
| | | | real affect now.
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-131-2/+2
|
* Add oid8neq.Bruce Momjian1998-10-291-1/+7
|
* Cleanup for oid8[] from Tatsuo Ishii.Bruce Momjian1998-09-221-15/+16
|
* cleanupBruce Momjian1998-09-011-4/+4
|
* OK, folks, here is the pgindent output.Bruce Momjian1998-09-011-10/+14
|
* Renaming cleanup, no pgindent yet.Bruce Momjian1998-09-011-21/+21
|
* heap_fetch requires buffer pointer, must be released; heap_getnextBruce Momjian1998-08-191-1/+41
| | | | | | | | | | | | | no longer returns buffer pointer, can be gotten from scan; descriptor; bootstrap can create multi-key indexes; pg_procname index now is multi-key index; oidint2, oidint4, oidname are gone (must be removed from regression tests); use System Cache rather than sequential scan in many places; heap_modifytuple no longer takes buffer parameter; remove unused buffer parameter in a few other functions; oid8 is not index-able; remove some use of single-character variable names; cleanup Buffer variables usage and scan descriptor looping; cleaned up allocation and freeing of tuples; 18k lines of diff;
* pgindent run before 6.3 release, with Thomas' requested changes.Bruce Momjian1998-02-261-20/+20
|
* Goodbye register keyword. Compiler knows better.Bruce Momjian1998-02-111-5/+5
|
* Allow varchar() to only store needed bytes. Remove PALLOC,PALLOCTYPE,PFREE. ↵Bruce Momjian1998-01-071-5/+5
| | | | Clean up use of VARDATA.
* Add conversion routines for oid to and from text.Thomas G. Lockhart1997-10-251-4/+44
|
* Used modified version of indent that understands over 100 typedefs.Bruce Momjian1997-09-081-4/+4
|
* Another PGINDENT run that changes variable indenting and case label ↵Bruce Momjian1997-09-081-10/+10
| | | | indenting. Also static variable indenting.
* Massive commit to run PGINDENT on all *.c and *.h files.Bruce Momjian1997-09-071-71/+82
|
* Major patch to speed up backend startup after profiling analysis.Bruce Momjian1997-08-241-1/+5
|
* Various compile errors concerning overflow due to shifts, unsigned, and bad ↵Bruce Momjian1997-07-241-5/+1
| | | | prototypes, from Solaris, from Diab Jerius
* Date/Time updates from Thomas...Marc G. Fournier1997-03-141-5/+5
|
* From: Dan McGuirk <mcguirk@indirect.com>Marc G. Fournier1997-03-121-9/+9
| | | | | | | | | | Subject: [HACKERS] linux/alpha patches These patches lay the groundwork for a Linux/Alpha port. The port doesn't actually work unless you tweak the linker to put all the pointers in the first 32 bits of the address space, but it's at least a start. It implements the test-and-set instruction in Alpha assembly, and also fixes a lot of pointer-to-integer conversions, which is probably good anyway.
* include sem.h added, include string.h neede, from Erik Bertelsen for UltrixBruce Momjian1997-01-101-1/+2
|
* Another directory that compiles with no errors, and few warningsMarc G. Fournier1996-11-061-2/+4
|
* Some compile failure fixes from Keith Parks <emkxp01@mtcc.demon.co.uk>Marc G. Fournier1996-11-061-2/+1
|
* Postgres95 1.01 Distribution - Virgin SourcesPG95-1_01Marc G. Fournier1996-07-091-0/+127