aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* Back out pg_shadow changes to allow create table and locking permissions.Bruce Momjian2000-06-12
* Update sequence-related functions to new fmgr style. Remove downcasing,Tom Lane2000-06-11
* Substituted new configure test for types of accept()Peter Eisentraut2000-06-11
* Update rule dumper for the brave new world of ONLY.Tom Lane2000-06-10
* nodeAppend tried to deal with multiple result relations, but apparently it neverTom Lane2000-06-10
* I have large database and with this DB work more users and I very needBruce Momjian2000-06-09
* The enclosed patch changes the behaviour of the "ordinal" ('TH') format forBruce Momjian2000-06-09
* Cause inheritance patch to meet minimum coding standards (no gccTom Lane2000-06-09
* Cleanup to ensure good state of derived files in tarballs.Tom Lane2000-06-09
* Inheritance overhaul by Chris Bitmead <chris@bitmead.com>Bruce Momjian2000-06-09
* Another round of updates for new fmgr, mostly in the datetime code.Tom Lane2000-06-09
* Mark functions as static and ifdef NOT_USED as appropriate.Bruce Momjian2000-06-08
* Mark ImmediateSharedRelationCacheInvalidate as NOT_USED.Bruce Momjian2000-06-08
* Gen_fmgrtab.sh is strange: it is a platform dependent way (because it usesPeter Eisentraut2000-06-07
* Re-order pg_listener index so it can later be used in an index scan.Bruce Momjian2000-06-07
* Add index on pg_index.indrelid for Tom Lane.Bruce Momjian2000-06-07
* init_fcache was being careless about using SearchSysCacheTuple resultTom Lane2000-06-06
* Improve comments for SearchSysCacheTuple and SearchSysCacheTupleCopy.Tom Lane2000-06-06
* typeTypeName() must return a pstrdup'd copy of the type name, not aTom Lane2000-06-06
* PGPORT envar was erroneously ignored by the backendPeter Eisentraut2000-06-06
* Update for 7.0.2.Bruce Momjian2000-06-05
* Latest round of fmgr updates. All functions with bool,char, or int2Tom Lane2000-06-05
* Simplify build/install process for bki and description files. There'sTom Lane2000-06-05
* If user re-DECLAREs an existing cursor name, close the old cursor ofTom Lane2000-06-04
* Disallow CLOSE of reserved system portal names.Tom Lane2000-06-04
* Repair bug reported by ldm@apartia.com: Append nodes, which don'tTom Lane2000-06-04
* Removed ELOG_TIMESTAMPS #define in favor of two run-timePeter Eisentraut2000-06-04
* New ps display code, works on more platforms.Peter Eisentraut2000-06-04
* New warning code about auto-created range table entries.Bruce Momjian2000-06-03
* Remove NT-specific file open defines by defining our own open macros forBruce Momjian2000-06-02
* heap' xlog recordsVadim B. Mikheev2000-06-02
* If create/drop database are going to call closeAllVfds(), they oughtTom Lane2000-06-02
* Create an fd.c entry point that is just like plain open(2) except thatTom Lane2000-06-02
* Correct portability problem introduced by yours truly --- I used aTom Lane2000-06-02
* Keep CVS quiet about derived file guc-file.c.Tom Lane2000-06-02
* Lexer defended us against overlength plain identifiers, but not againstTom Lane2000-06-01
* The definition for "ProcessConfigFile()" in guc-file.l does not matchBruce Momjian2000-06-01
* Simplify overly-clever Make rule, which evidently confuses at leastTom Lane2000-06-01
* Tweak recognition of range-clause pairs so that 'var > $1 AND var < $2'Tom Lane2000-05-31
* The heralded `Grand Unified Configuration scheme' (GUC)Peter Eisentraut2000-05-31
* Update pg_hba.conf with more examplesBruce Momjian2000-05-30
* Update pg_hba.conf.sample with better examples and descriptionsBruce Momjian2000-05-30
* Copy pg_ident.conf.sample into /lib directory. Rename USERAUTH toBruce Momjian2000-05-30
* Ooops, looks like I broke fastpath in last changes...Tom Lane2000-05-30
* Added header files required for ALTER TABLE DROP COLUMNHiroshi Inoue2000-05-30
* Third round of fmgr updates: eliminate calls using fmgr() andTom Lane2000-05-30
* Remove unused include files. Do not touch /port or includes used by defines.Bruce Momjian2000-05-30
* Convert array_map to use new fmgr interface.Tom Lane2000-05-29
* Neglected to add fmgr.h to set of installed headers...Tom Lane2000-05-29
* Tweak fmgrtab generation so that the F_XXX macros that give OIDs forTom Lane2000-05-29