aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Not needed anymore.Tom Lane2002-05-05
* Add missing includes.Tom Lane2002-05-05
* Add a trivial testbed for pg_sema and pg_shmem code.Tom Lane2002-05-05
* Cope with case that SEM_FAILED is not defined (assume failure code is -1)Tom Lane2002-05-05
* First test of Darwin port with POSIX semaphore code.Tom Lane2002-05-05
* Fix code to work when isalpha and friends are macros, not functions.Tom Lane2002-05-05
* Create an internal semaphore API that is not tied to SysV semaphores.Tom Lane2002-05-05
* Fix compile errors in CYR_RECODE code, per report from Oliver Elphick.Tom Lane2002-05-03
* Make ruleutils.c schema-aware. Displayed names are schema-qualifiedTom Lane2002-05-03
* Fix obsolete comments.Tom Lane2002-05-03
* Use quote_identifier on relation names in EXPLAIN output, per suggestionTom Lane2002-05-03
* Fix typo in usage instructions.Tom Lane2002-05-03
* Remove the last traces of datatypes datetime and timespan.Tom Lane2002-05-03
* Retire xlateSqlType/xlateSqlFunc; all type name translations are nowTom Lane2002-05-03
* Fix backslash-n typo, per Joe Conway.Tom Lane2002-05-02
* Tweak scanner/grammar interface so that the keyword-as-identifier rulesTom Lane2002-05-02
* Add routines in namespace.c to determine whether objects are visibleTom Lane2002-05-01
* Give left_oper() and right_oper() noError parameters like oper() (theTom Lane2002-05-01
* Improve lexer's error reporting. You get the whole token mentioned nowTom Lane2002-05-01
* The attached patch fixes 4 instances of missing simi-colons in theJan Wieck2002-05-01
* Change heap_get_latest_tid() so that a transaction canHiroshi Inoue2002-05-01
* Fix obj_description() and col_description() functions to work reliablyTom Lane2002-04-30
* Document that NAMEDATALEN must be a multiple of sizeof(int).Tom Lane2002-04-30
* Clean up loose ends remaining from schema privileges discussion.Tom Lane2002-04-30
* Code review for ALTER TRIGGER RENAME patch: make better use of index,Tom Lane2002-04-30
* Enforce EXECUTE privilege for aggregate functions.Tom Lane2002-04-29
* Implement checking of USAGE rights on namespaces.Tom Lane2002-04-29
* Add cache invalidation callback hooks.Tom Lane2002-04-29
* Add missing 'static' keyword to suppress compiler complaints.Tom Lane2002-04-29
* Remove unnecessary/obsolete regproctooid() references.Tom Lane2002-04-29
* Add Polish FAQ from Marcin Mazurek.Bruce Momjian2002-04-29
* Fix problem with new pg_hba.conf code where the same comparison functionBruce Momjian2002-04-28
* Second try at fixing join alias variables. Instead of attaching miscellaneousTom Lane2002-04-28
* - Synced yet again.Michael Meskes2002-04-28
* Make ruleutils.c use format_type for printing typenames. Minor tweaksTom Lane2002-04-28
* Minor code cleanup.Tom Lane2002-04-28
* Support toasting of shared system relations, and provide toast tables forTom Lane2002-04-27
* Fix write of pg_pwd file for multiple users. Broken recently by myBruce Momjian2002-04-27
* Restructure aclcheck error reporting to make permission-failureTom Lane2002-04-27
* Update DROP COLUMN example to use transactions and rollback-able DROP TABLE>Bruce Momjian2002-04-27
* Fix typo.Tom Lane2002-04-26
* Move renametrig() from tablecmds.c to trigger.c --- if we're going toTom Lane2002-04-26
* Updated:Bruce Momjian2002-04-26
* Add checking for syslog.hTatsuo Ishii2002-04-26
* Add current_schema() and current_schemas() inquiry functions.Tom Lane2002-04-26
* Add a reference page for CREATE SCHEMA.Tom Lane2002-04-25
* Added:Bruce Momjian2002-04-25
* Improve display of headings in HTML.Bruce Momjian2002-04-25
* Updates for schema features.Tom Lane2002-04-25
* Implement types regprocedure, regoper, regoperator, regclass, regtypeTom Lane2002-04-25