index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
Age
Commit message (
Expand
)
Author
2002-05-18
Add missing fix_expr_references() step for the funcexpr of a
Tom Lane
2002-05-17
Get rid of the last few uses of typeidTypeName() rather than
Tom Lane
2002-05-17
Support temporary setting of search path during CREATE SCHEMA; this
Tom Lane
2002-05-17
Dept. of second thoughts: interaction between DoIt and makeDepend
Tom Lane
2002-05-17
Extend syntax of CREATE FUNCTION to resemble SQL99.
Peter Eisentraut
2002-05-17
Merge the last few variable.c configuration variables into the generic
Tom Lane
2002-05-14
Remove unnecessary pfree's in geometric operators. At least one of these
Tom Lane
2002-05-14
Fix lookup tables used for rounding interval data values when not using
Thomas G. Lockhart
2002-05-14
Make regression tests locale-proof by setting some locale categories
Peter Eisentraut
2002-05-13
Fix typo in _copyAlterUserSetStmt.
Tom Lane
2002-05-13
Make operators have their own comments separate from those of the
Tom Lane
2002-05-12
Get rid of long-since-vestigial Iter node type, in favor of adding a
Tom Lane
2002-05-12
First pass at set-returning-functions in FROM, by Joe Conway with
Tom Lane
2002-05-11
Forgot to handle 'opaque' function arguments in regprocedurein/out.
Tom Lane
2002-05-10
Suppress duplicate logging of utility commands under debug_print_query.
Tom Lane
2002-05-09
Make initdb print a message about which locale it is about to use.
Peter Eisentraut
2002-05-06
Accept SET SESSION AUTHORIZATION DEFAULT and RESET SESSION AUTHORIZATION
Tom Lane
2002-05-06
Reorder snapshot checks to save a couple comparisons in the common case,
Tom Lane
2002-05-05
A little paranoia never hurt anyone.
Tom Lane
2002-05-05
Add missing includes.
Tom Lane
2002-05-05
Add a trivial testbed for pg_sema and pg_shmem code.
Tom Lane
2002-05-05
Cope with case that SEM_FAILED is not defined (assume failure code is -1)
Tom Lane
2002-05-05
First test of Darwin port with POSIX semaphore code.
Tom Lane
2002-05-05
Fix code to work when isalpha and friends are macros, not functions.
Tom Lane
2002-05-05
Create an internal semaphore API that is not tied to SysV semaphores.
Tom Lane
2002-05-03
Fix compile errors in CYR_RECODE code, per report from Oliver Elphick.
Tom Lane
2002-05-03
Make ruleutils.c schema-aware. Displayed names are schema-qualified
Tom Lane
2002-05-03
Fix obsolete comments.
Tom Lane
2002-05-03
Use quote_identifier on relation names in EXPLAIN output, per suggestion
Tom Lane
2002-05-03
Remove the last traces of datatypes datetime and timespan.
Tom Lane
2002-05-03
Retire xlateSqlType/xlateSqlFunc; all type name translations are now
Tom Lane
2002-05-02
Fix backslash-n typo, per Joe Conway.
Tom Lane
2002-05-02
Tweak scanner/grammar interface so that the keyword-as-identifier rules
Tom Lane
2002-05-01
Add routines in namespace.c to determine whether objects are visible
Tom Lane
2002-05-01
Give left_oper() and right_oper() noError parameters like oper() (the
Tom Lane
2002-05-01
Improve lexer's error reporting. You get the whole token mentioned now
Tom Lane
2002-05-01
Change heap_get_latest_tid() so that a transaction can
Hiroshi Inoue
2002-04-30
Clean up loose ends remaining from schema privileges discussion.
Tom Lane
2002-04-30
Code review for ALTER TRIGGER RENAME patch: make better use of index,
Tom Lane
2002-04-29
Enforce EXECUTE privilege for aggregate functions.
Tom Lane
2002-04-29
Implement checking of USAGE rights on namespaces.
Tom Lane
2002-04-29
Add cache invalidation callback hooks.
Tom Lane
2002-04-28
Fix problem with new pg_hba.conf code where the same comparison function
Bruce Momjian
2002-04-28
Second try at fixing join alias variables. Instead of attaching miscellaneous
Tom Lane
2002-04-28
Make ruleutils.c use format_type for printing typenames. Minor tweaks
Tom Lane
2002-04-28
Minor code cleanup.
Tom Lane
2002-04-27
Support toasting of shared system relations, and provide toast tables for
Tom Lane
2002-04-27
Fix write of pg_pwd file for multiple users. Broken recently by my
Bruce Momjian
2002-04-27
Restructure aclcheck error reporting to make permission-failure
Tom Lane
2002-04-26
Move renametrig() from tablecmds.c to trigger.c --- if we're going to
Tom Lane
[next]