projects
/
users
/
simon
/
postgres.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
users/simon/postgres.git
2009-08-03
Tatsuo Ishii
Multi-threaded version of pgbench contributed by ITAGAK...
commit
|
commitdiff
|
tree
2009-08-02
Tom Lane
Add ALTER TABLE ... ALTER COLUMN ... SET STATISTICS...
commit
|
commitdiff
|
tree
2009-08-01
Tom Lane
Department of second thoughts: let's show the exact...
commit
|
commitdiff
|
tree
2009-08-01
Tom Lane
Improve unique-constraint-violation error messages...
commit
|
commitdiff
|
tree
2009-07-31
Tom Lane
Create a multiplexing structure for signals to Postgres...
commit
|
commitdiff
|
tree
2009-07-30
Magnus Hagander
Make sure FD_SETSIZE is set before we include any Windows
commit
|
commitdiff
|
tree
2009-07-30
Tom Lane
Merge the Constraint and FkConstraint node types into...
commit
|
commitdiff
|
tree
2009-07-29
Tom Lane
Fix time_part and timetz_part (ie, EXTRACT() for those...
commit
|
commitdiff
|
tree
2009-07-29
Tom Lane
Support deferrable uniqueness constraints.
commit
|
commitdiff
|
tree
2009-07-29
Tom Lane
Fix a thinko introduced into CountActiveBackends by...
commit
|
commitdiff
|
tree
2009-07-28
Teodor Sigaev
Correct calculations of overlap and contains operations...
commit
|
commitdiff
|
tree
2009-07-28
Teodor Sigaev
Fix incorrect cleanup of tsquery in ts_rewrite(). Per...
commit
|
commitdiff
|
tree
2009-07-28
Tom Lane
Add system catalog columns pg_constraint.conindid and...
commit
|
commitdiff
|
tree
2009-07-27
Magnus Hagander
Fix minor memory leak in Win32 SID handling functions...
commit
|
commitdiff
|
tree
2009-07-27
Magnus Hagander
Enable the use of multiple CPUs/cores when building...
commit
|
commitdiff
|
tree
2009-07-27
Tom Lane
Add s_lock support for SuperH architecture.
commit
|
commitdiff
|
tree
2009-07-27
Tom Lane
Improve comment, per gripe from Alvaro.
commit
|
commitdiff
|
tree
2009-07-27
Tom Lane
Fix pg_stat_statements for EXEC_BACKEND case.
commit
|
commitdiff
|
tree
2009-07-27
Tom Lane
Experiment with using EXPLAIN COSTS OFF in regression...
commit
|
commitdiff
|
tree
2009-07-26
Tom Lane
Extend EXPLAIN to allow generic options to be specified.
commit
|
commitdiff
|
tree
2009-07-25
Tom Lane
Code review for FORCE QUOTE * patch: fix error checking...
commit
|
commitdiff
|
tree
2009-07-25
Andrew Dunstan
Small stylistic improvement in recent FORCE QUOTE ...
commit
|
commitdiff
|
tree
2009-07-25
Andrew Dunstan
Allow * as parameter for FORCE QUOTE for COPY CSV....
commit
|
commitdiff
|
tree
2009-07-24
Tom Lane
Assorted minor refactoring in EXPLAIN.
commit
|
commitdiff
|
tree
2009-07-24
Magnus Hagander
Reserve the shared memory region during backend startup...
commit
|
commitdiff
|
tree
2009-07-24
Peter Eisentraut
Document \dg+ and \du+
commit
|
commitdiff
|
tree
2009-07-24
Tom Lane
Avoid extra system calls to block SIGPIPE if the platfo...
commit
|
commitdiff
|
tree
2009-07-24
Tom Lane
Add commentary about Cygwin's broken erand48, per repor...
commit
|
commitdiff
|
tree
2009-07-23
Andrew Dunstan
Force use of our erand48 on Cygwin
commit
|
commitdiff
|
tree
2009-07-23
Tom Lane
Teach pg_dump to dump comments attached to the columns...
commit
|
commitdiff
|
tree
2009-07-23
Tom Lane
Save a few cycles in EXPLAIN and related commands by...
commit
|
commitdiff
|
tree
2009-07-23
Tom Lane
In a non-hashed Agg node, reset the "aggcontext" at...
commit
|
commitdiff
|
tree
2009-07-23
Tom Lane
Fix another thinko in join_is_legal's handling of semij...
commit
|
commitdiff
|
tree
2009-07-23
Andrew Dunstan
Update location to download flex for building on Windows.
commit
|
commitdiff
|
tree
2009-07-22
Peter Eisentraut
Clarify NULLIF example
commit
|
commitdiff
|
tree
2009-07-22
Tom Lane
Change do_tup_output() to take Datum/isnull arrays...
commit
|
commitdiff
|
tree
2009-07-22
Magnus Hagander
Fix mismatch in const:ness of parameters.
commit
|
commitdiff
|
tree
2009-07-22
Joe Conway
Replace PLpgSQL_dstring by StringInfo.
commit
|
commitdiff
|
tree
2009-07-22
Tom Lane
Tweak TOAST code so that columns marked with MAIN stora...
commit
|
commitdiff
|
tree
2009-07-21
Tom Lane
Make pg_dump/pg_restore --clean options drop large...
commit
|
commitdiff
|
tree
2009-07-21
Peter Eisentraut
Change pg_listener attribute number constants to match...
commit
|
commitdiff
|
tree
2009-07-21
Tom Lane
Speed up AllocSetFreeIndex, which is a significant...
commit
|
commitdiff
|
tree
2009-07-21
Peter Eisentraut
Remove translated FAQs
commit
|
commitdiff
|
tree
2009-07-21
Peter Eisentraut
Add a further customization to the SGML Emacs mode...
commit
|
commitdiff
|
tree
2009-07-21
Tom Lane
Fix another semijoin-ordering bug. We already knew...
commit
|
commitdiff
|
tree
2009-07-20
Bruce Momjian
Properly restore pg_largeobject.relfozenxid in binary...
commit
|
commitdiff
|
tree
2009-07-20
Alvaro Herrera
Install src/include/utils/fmgroids.h on VPATH builds...
commit
|
commitdiff
|
tree
2009-07-20
Peter Eisentraut
Small additional clean from the rearrangement of the...
commit
|
commitdiff
|
tree
2009-07-20
Peter Eisentraut
Use errcontext mechanism in PL/Python
commit
|
commitdiff
|
tree
2009-07-20
Tom Lane
Remove unnecessary and version-sensitive dependence...
commit
|
commitdiff
|
tree
2009-07-20
Andrew Dunstan
DROP IF EXISTS for columns and constraints. Andres...
commit
|
commitdiff
|
tree
2009-07-20
Tom Lane
Teach simplify_boolean_equality to simplify the forms...
commit
|
commitdiff
|
tree
2009-07-19
Tom Lane
Rewrite GEQO's gimme_tree function so that it always...
commit
|
commitdiff
|
tree
2009-07-19
Tom Lane
Fix a thinko in join_is_legal: when we decide we can...
commit
|
commitdiff
|
tree
2009-07-18
Tom Lane
Fix error cleanup failure caused by 8.4 changes in...
commit
|
commitdiff
|
tree
2009-07-17
Tom Lane
Repair bug #4926 "too few pathkeys for mergeclauses...
commit
|
commitdiff
|
tree
2009-07-16
Tom Lane
Make GEQO's planning deterministic by having it start...
commit
|
commitdiff
|
tree
2009-07-16
Tom Lane
Add erand48() to the set of functions supported by...
commit
|
commitdiff
|
tree
2009-07-16
Heikki Linnakangas
pg_standby doesn't need to be linked with libpq. Fujii...
commit
|
commitdiff
|
tree
2009-07-16
Peter Eisentraut
Make backend header files C++ safe
commit
|
commitdiff
|
tree
2009-07-14
Peter Eisentraut
Rearrangement of the HTML docs build rules
commit
|
commitdiff
|
tree
2009-07-14
Tom Lane
Remove duplicate definition of TYPECAST token.
commit
|
commitdiff
|
tree
2009-07-14
Tom Lane
Tweak the core scanner so that it can be used by plpgsq...
commit
|
commitdiff
|
tree
2009-07-14
Tom Lane
Do a conditional SPI_push/SPI_pop when replanning a...
commit
|
commitdiff
|
tree
2009-07-13
Bruce Momjian
vacuumlo query cleanups
commit
|
commitdiff
|
tree
2009-07-13
Peter Eisentraut
Update information schema to SQL:2008
commit
|
commitdiff
|
tree
2009-07-13
Tom Lane
Make the configure messages rejecting old bison and...
commit
|
commitdiff
|
tree
2009-07-13
Tom Lane
Although the flex documentation avers that yyalloc...
commit
|
commitdiff
|
tree
2009-07-13
Tom Lane
Convert the core lexer and parser into fully reentrant...
commit
|
commitdiff
|
tree
2009-07-13
Tom Lane
Advance the minimum required version of "flex" from...
commit
|
commitdiff
|
tree
2009-07-13
Bruce Momjian
Stamp minor library version numbers for 8.5; sorry...
commit
|
commitdiff
|
tree
2009-07-13
Tom Lane
Fix up PGDLLIMPORT marking for standard_conforming_stri...
commit
|
commitdiff
|
tree
2009-07-12
Tom Lane
Move some declarations in the raw-parser header files...
commit
|
commitdiff
|
tree
2009-07-11
Peter Eisentraut
Alter some gratuitous uses of "ANSI" when "SQL standard...
commit
|
commitdiff
|
tree
2009-07-11
Peter Eisentraut
Correct what ISO stands for
commit
|
commitdiff
|
tree
2009-07-11
Tom Lane
Fix set_rel_width() to do something reasonable with...
commit
|
commitdiff
|
tree
2009-07-10
Tom Lane
Fix xslt_process() to ensure that it inserts a NULL...
commit
|
commitdiff
|
tree
2009-07-08
Tom Lane
Remove no-longer-necessary transmission of postmaster...
commit
|
commitdiff
|
tree
2009-07-08
Heikki Linnakangas
Need to use pg_perm_setlocale when setting LC_CTYPE...
commit
|
commitdiff
|
tree
2009-07-08
Tom Lane
Add missing HOUR TO SECOND option to list of possible...
commit
|
commitdiff
|
tree
2009-07-08
Peter Eisentraut
When calling unsupported "make check" with a pgxs modul...
commit
|
commitdiff
|
tree
2009-07-07
Tom Lane
Just a little more schema-qualification ...
commit
|
commitdiff
|
tree
2009-07-07
Peter Eisentraut
psql backward compatibility fix
commit
|
commitdiff
|
tree
2009-07-07
Tom Lane
Don't use 'return' where you should use 'PG_RETURN_xxx'.
commit
|
commitdiff
|
tree
2009-07-07
Tom Lane
Query in SQL function still not schema-safe; add a...
commit
|
commitdiff
|
tree
2009-07-07
Peter Eisentraut
Sort child tables by name instead of OID in \d+ display
commit
|
commitdiff
|
tree
2009-07-07
Tom Lane
Fix typo in comment.
commit
|
commitdiff
|
tree
2009-07-07
Peter Eisentraut
More sensible character_octet_length
commit
|
commitdiff
|
tree
2009-07-07
Tom Lane
Code review for patch to show definition of index colum...
commit
|
commitdiff
|
tree
2009-07-06
Tom Lane
Use floor() not rint() when reducing precision of fract...
commit
|
commitdiff
|
tree
2009-07-06
Heikki Linnakangas
Fix ancient bug in handling of to_char modifier 'TH...
commit
|
commitdiff
|
tree
2009-07-06
Tom Lane
Fix set_append_rel_pathlist() to deal intelligently...
commit
|
commitdiff
|
tree
2009-07-06
Peter Eisentraut
Show definition of index columns in \d on index
commit
|
commitdiff
|
tree
2009-07-06
Tom Lane
Per SQL spec (in particular, the grammar in SQL:2008...
commit
|
commitdiff
|
tree
2009-07-06
Tom Lane
Fix handling of changed-Param signaling for CteScan...
commit
|
commitdiff
|
tree
2009-07-03
Peter Eisentraut
Add log_line_prefix placeholder %e to contain the curre...
commit
|
commitdiff
|
tree
2009-07-03
Peter Eisentraut
Have \d show child tables that inherit from the specifi...
commit
|
commitdiff
|
tree
2009-07-02
Tom Lane
Fix up pg_dump's --binary-upgrade option so that it...
commit
|
commitdiff
|
tree
2009-07-02
Peter Eisentraut
Upgrade to Autoconf 2.63
commit
|
commitdiff
|
tree
2009-07-02
Peter Eisentraut
Regression test for XML mapping functionality
commit
|
commitdiff
|
tree
next