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-10
Quick hack to allow the outer query's tuple_fraction to be passed down
Tom Lane
2005-06-10
If a LIMIT is applied to a UNION ALL query, plan each UNION arm as
Tom Lane
2005-06-10
Revise searching of subplan target lists to use something more efficient
Tom Lane
2005-06-09
Free buffer allocated via malloc (process is short-lived, but fix it anyway).
Bruce Momjian
2005-06-09
Mention prefix %t has no milliseconds.
Bruce Momjian
2005-06-09
Restructure log_line_prefix options to be clearer:
Bruce Momjian
2005-06-09
This patch against 8.0.0beta1 source adds log_line_prefix options for
Bruce Momjian
2005-06-09
Fix typo in comment, per Alvaro.
Tom Lane
2005-06-09
Fix assign_datestyle() so that it doesn't misleadingly complain about
Tom Lane
2005-06-09
Make SPI set SPI_processed for CREATE TABLE AS / SELECT INTO commands;
Tom Lane
2005-06-09
Add missing #include -- mea culpa.
Tom Lane
2005-06-09
Put a critical section around update of hash index metapage. Per
Tom Lane
2005-06-09
Simplify the planner's join clause management by storing join clauses
Tom Lane
2005-06-08
Marginal hack to avoid spending a lot of time in find_join_rel during
Tom Lane
2005-06-08
Remove grammar productions for prefix and postfix % and ^ operators,
Tom Lane
2005-06-08
Change WAL-logging scheme for multixacts to be more like regular
Tom Lane
2005-06-07
Mention ipcrm and ipcclean in error message.
Bruce Momjian
2005-06-07
Add a function lastval(), which returns the value returned by the
Neil Conway
2005-06-07
Ipcrm -> ipcclean in error message:
Bruce Momjian
2005-06-06
Modify XLogInsert API to make callers specify whether pages to be backed
Tom Lane
2005-06-06
Remove the mostly-stubbed-out-anyway support routines for WAL UNDO.
Tom Lane
2005-06-06
Nab some low-hanging fruit: replace the planner's base_rel_list and
Tom Lane
2005-06-05
Remove planner's private fields from Query struct, and put them into
Tom Lane
2005-06-05
Code for SET/SHOW TIME ZONE with a fixed-interval timezone was not
Tom Lane
2005-06-05
Replace the parser's namespace tree (which formerly had the same
Tom Lane
2005-06-04
Back out patch:
Bruce Momjian
2005-06-04
Add comment for multi-byte computation.
Bruce Momjian
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
[next]