index
:
delta/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
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
git.postgresql.org: git/postgresql.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
commands
Commit message (
Expand
)
Author
Age
Files
Lines
*
Put only single space after "Sort Method:", for consistency
Peter Eisentraut
2010-12-06
1
-1
/
+1
*
Create core infrastructure for KNNGIST.
Tom Lane
2010-12-02
2
-2
/
+4
*
Add more ALTER <object> .. SET SCHEMA commands.
Robert Haas
2010-11-26
5
-0
/
+368
*
Object access hook framework, with post-creation hook.
Robert Haas
2010-11-25
10
-0
/
+67
*
Create the system catalog infrastructure needed for KNNGIST.
Tom Lane
2010-11-24
1
-5
/
+73
*
Propagate ALTER TYPE operations to typed tables
Peter Eisentraut
2010-11-23
2
-47
/
+110
*
Remove useless whitespace at end of lines
Peter Eisentraut
2010-11-23
4
-5
/
+5
*
Centralize some ALTER <whatever> .. SET SCHEMA checks.
Robert Haas
2010-11-22
3
-54
/
+6
*
Remove unused parameter. Patch by Shigeru Hanada.
Heikki Linnakangas
2010-11-18
1
-4
/
+3
*
Make TRUNCATE ... RESTART IDENTITY restart sequences transactionally.
Tom Lane
2010-11-17
2
-59
/
+131
*
Cleanup various comparisons with the constant "true".
Robert Haas
2010-11-14
1
-1
/
+1
*
Move copydir() prototype into its own header file.
Robert Haas
2010-11-12
1
-0
/
+1
*
Repair memory leakage while ANALYZE-ing complex index expressions.
Tom Lane
2010-11-09
1
-3
/
+20
*
Provide hashing support for arrays.
Tom Lane
2010-10-30
1
-1
/
+2
*
Fix dumb typo in SECURITY LABEL error message.
Robert Haas
2010-10-26
1
-1
/
+1
*
Refactor typenameTypeId()
Peter Eisentraut
2010-10-25
8
-30
/
+30
*
Allow new values to be added to an existing enum type.
Tom Lane
2010-10-24
1
-9
/
+64
*
Improve handling of domains over arrays.
Tom Lane
2010-10-21
2
-12
/
+23
*
Support MergeAppend plans, to allow sorted output from append relations.
Tom Lane
2010-10-14
1
-7
/
+50
*
Support triggers on views.
Tom Lane
2010-10-10
3
-243
/
+342
*
Improve logging in VACUUM FULL VERBOSE and CLUSTER VERBOSE.
Tom Lane
2010-10-07
1
-20
/
+56
*
Teach CLUSTER to use seqscan-and-sort when it's faster than indexscan.
Tom Lane
2010-10-07
1
-40
/
+121
*
Throw an appropriate error if ALTER COLUMN TYPE finds a dependent trigger.
Tom Lane
2010-10-02
1
-1
/
+18
*
Add a SECURITY LABEL command.
Robert Haas
2010-09-27
2
-1
/
+388
*
Add ALTER TYPE ... ADD/DROP/ALTER/RENAME ATTRIBUTE
Peter Eisentraut
2010-09-26
3
-89
/
+175
*
ProcessIncomingNotify *must* reset notifyInterruptOccurred when called.
Tom Lane
2010-09-23
1
-3
/
+4
*
Prevent show_session_authorization from crashing when session_authorization
Tom Lane
2010-09-23
1
-0
/
+4
*
Typo fix. "CVS" is not the same thing as "CSV".
Robert Haas
2010-09-22
1
-1
/
+1
*
Remove cvs keywords from all files.
Magnus Hagander
2010-09-20
35
-35
/
+35
*
Make sure we wait for protocol-level EOF when ending binary COPY IN.
Tom Lane
2010-09-18
1
-3
/
+28
*
Remove duplicated code left behind by my recent refactoring of comment.c
Robert Haas
2010-09-17
1
-48
/
+4
*
SERIALIZABLE transactions are actually implemented beneath the covers with
Joe Conway
2010-09-11
1
-2
/
+2
*
Rewrite comment code for better modularity, and add necessary locking.
Robert Haas
2010-08-27
1
-808
/
+135
*
Make EXPLAIN show the function call expression of a FunctionScan plan node,
Tom Lane
2010-08-24
1
-14
/
+36
*
Fix possible corruption of AfterTriggerEventLists in subtransaction rollback.
Tom Lane
2010-08-19
1
-1
/
+11
*
Fix failure of "ALTER TABLE t ADD COLUMN c serial" when done by non-owner.
Tom Lane
2010-08-18
4
-9
/
+23
*
Include the backend ID in the relpath of temporary relations.
Robert Haas
2010-08-13
3
-9
/
+9
*
Standardize get_whatever_oid functions for other object types.
Robert Haas
2010-08-05
6
-443
/
+244
*
Standardize get_whatever_oid functions for object types with
Robert Haas
2010-08-05
11
-204
/
+130
*
Fix inheritance count tracking in ALTER TABLE .. ADD CONSTRAINT.
Robert Haas
2010-08-03
1
-1
/
+10
*
Fix ANALYZE's ancient deficiency of not trying to collect stats for expression
Tom Lane
2010-08-01
1
-38
/
+50
*
Fix another longstanding problem in copy_relation_data: it was blithely
Tom Lane
2010-07-29
1
-3
/
+14
*
Add explicit regression tests for ALTER TABLE lock levels.
Simon Riggs
2010-07-29
2
-9
/
+11
*
Reduce lock levels of CREATE TRIGGER and some ALTER TABLE, CREATE RULE actions.
Simon Riggs
2010-07-28
4
-205
/
+382
*
CREATE TABLE IF NOT EXISTS.
Robert Haas
2010-07-25
5
-9
/
+32
*
Add more checks against altering typed tables
Peter Eisentraut
2010-07-23
1
-17
/
+44
*
Centralize DML permissions-checking logic.
Robert Haas
2010-07-22
1
-22
/
+19
*
Properly replay CREATE TABLESPACE during crash recovery by deleting
Bruce Momjian
2010-07-20
2
-2
/
+32
*
Simplify missing tablespace replay error hint message, but only in HEAD
Bruce Momjian
2010-07-18
1
-3
/
+3
*
Remove duplicate code in DefineOpFamily().
Tom Lane
2010-07-16
1
-65
/
+4
[next]