aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* First pass at set-returning-functions in FROM, by Joe Conway withTom Lane2002-05-12
* Forgot to handle 'opaque' function arguments in regprocedurein/out.Tom Lane2002-05-11
* Suppress duplicate logging of utility commands under debug_print_query.Tom Lane2002-05-10
* Make initdb print a message about which locale it is about to use.Peter Eisentraut2002-05-09
* Accept SET SESSION AUTHORIZATION DEFAULT and RESET SESSION AUTHORIZATIONTom Lane2002-05-06
* Reorder snapshot checks to save a couple comparisons in the common case,Tom Lane2002-05-06
* A little paranoia never hurt anyone.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
* 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
* Change heap_get_latest_tid() so that a transaction canHiroshi Inoue2002-05-01
* 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
* 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
* 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
* Move renametrig() from tablecmds.c to trigger.c --- if we're going toTom Lane2002-04-26
* Add current_schema() and current_schemas() inquiry functions.Tom Lane2002-04-26
* Implement types regprocedure, regoper, regoperator, regclass, regtypeTom Lane2002-04-25
* Fix password code to deal with new quoting code.Bruce Momjian2002-04-25
* Restrict comment to the current database in order to prevent them fromBruce Momjian2002-04-24
* Attached is a patch for ALTER TRIGGER RENAME per the above thread. IBruce Momjian2002-04-24
* Doc fix for INSERT ... (DEFAULT, ...)Bruce Momjian2002-04-24
* Reports missing values as bad.Bruce Momjian2002-04-24
* Here's a patch to add unknownin/unknownout support. I also poked aroundBruce Momjian2002-04-24
* xlog.c: If possible please add the following patch to better support NetWare.Bruce Momjian2002-04-24
* [ Patch comments in three pieces.]Bruce Momjian2002-04-24
* Clean up INT64CONST conflicts. Make the pg_crc code use a macro calledTom Lane2002-04-23
* Oops, forgot we had a macro to encapsulate test for type toastability.Tom Lane2002-04-22