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
2005-06-04
Allow kerberos name and username case sensitivity to be specified from
Bruce Momjian
2005-06-04
Tom Lane <tgl@sss.pgh.pa.us> writes:
Bruce Momjian
2005-06-04
Change expandRTE() and ResolveNew() back to taking just the single
Tom Lane
2005-06-04
Improve readability of config location params by adding newline.
Bruce Momjian
2005-06-04
Fix NUMERIC modulus to properly truncate division in computation.
Bruce Momjian
2005-06-04
Remove unused 'printCost' field from ExplainState, and simplify the code
Neil Conway
2005-06-03
Revise handling of dropped columns in JOIN alias lists to avoid a
Tom Lane
2005-06-03
Just noticed that you can't Query-Cancel a long planner run, because
Tom Lane
2005-06-02
Push enable/disable of notify and catchup interrupts all the way down
Tom Lane
2005-06-02
The no-lexer-backup speedup hadn't been there a week before somebody
Tom Lane
2005-06-02
Change CRCs in WAL records from 64bit to 32bit for performance reasons.
Tom Lane
2005-06-02
Add support for \x hex escapes in backend strings. Octal was already
Bruce Momjian
2005-06-02
Add support for \x hex escapes in COPY.
Bruce Momjian
2005-06-01
Fix log_statement to properly recognize SELECT INTO and CREATE TABLE AS
Bruce Momjian
2005-06-01
patternsel() was improperly stripping RelabelType from the derived
Tom Lane
2005-05-31
Add test to WAL replay to verify that xl_prev points back to the previous
Tom Lane
2005-05-31
Fix information_schema for OUT and INOUT parameters.
Tom Lane
2005-05-31
Teach ruleutils to drill down into RECORD-type Vars in the same way
Tom Lane
2005-05-31
ParseComplexProjection should make use of expandRecordVariable so that
Tom Lane
2005-05-30
Document get_call_result_type() and friends; mark TypeGetTupleDesc()
Tom Lane
2005-05-30
Add support for FUNCTION RTEs to build_physical_tlist(), so that the
Tom Lane
2005-05-30
When enqueueing after-row triggers for updates of a table with a foreign
Neil Conway
2005-05-30
Create separate ON INSERT and ON UPDATE triggers on tables with foreign
Neil Conway
2005-05-30
Fix longstanding oversight in ruleutils.c: it doesn't regurgitate
Tom Lane
2005-05-30
Change the UNKNOWN type to have an internal representation matching
Tom Lane
2005-05-30
Skip eval_const_expressions when the query is such that the expression
Tom Lane
2005-05-29
Avoid unnecessary fetch from pg_shadow in the normal case in
Tom Lane
2005-05-29
Improve LockAcquire API per my recent proposal. All error conditions
Tom Lane
2005-05-29
Make superuser.c maintain a simple one-entry cache holding the superuser
Tom Lane
2005-05-29
Marginal hack to save a little bit of time in bpcharin() when typmod is -1,
Tom Lane
2005-05-29
Avoid unnecessary call of rangeTableEntry_used() for the result relation
Tom Lane
2005-05-29
Remove typeidIsValid() checks in can_coerce_type(). These checks
Tom Lane
2005-05-29
expandRTE and get_rte_attribute_type mistakenly always imputed typmod -1
Tom Lane
2005-05-29
Modify hash_search() API to prevent future occurrences of the error
Tom Lane
2005-05-28
Bgwriter should PANIC if it runs out of memory for pending-fsyncs
Tom Lane
2005-05-28
get_expr_result_type has to be prepared to pull type information
Tom Lane
2005-05-27
Arrange to cache fmgr lookup information for an index's access method
Tom Lane
2005-05-27
Display only 9 subsecond digits instead of 10 for time values, for
Bruce Momjian
2005-05-27
Re-order 'else' clause for clarity.
Bruce Momjian
2005-05-27
Back out part of patch that should be applied later.
Bruce Momjian
2005-05-27
Fix compile of entab to use stdarg.h. Clean up includes.
Bruce Momjian
2005-05-27
Remove second argument from textToQualifiedNameList(), as it is no longer
Neil Conway
2005-05-26
Back out:
Bruce Momjian
2005-05-26
Display only 9 not 10 digits of precision for timestamp values when
Bruce Momjian
2005-05-26
Adjust datetime parsing to be more robust. We now pass the length of the
Neil Conway
2005-05-26
Tweak the backend scanner (and psqlscan.l, which must track the backend
Tom Lane
2005-05-25
At the head of wchareq, length of (multibyte) character is compared by
Bruce Momjian
2005-05-25
Add parentheses to macros when args are used in computations. Without
Bruce Momjian
2005-05-24
Previous fix for "x FULL JOIN y ON true" failed to handle the case
Tom Lane
2005-05-24
Inserting 5 characters into char(10) does not produce 5 padding spaces
Tatsuo Ishii
[next]