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
Commit message (
Expand
)
Author
Age
Files
Lines
*
cost_agg really ought to charge something per output tuple; else there
Tom Lane
2005-08-27
1
-3
/
+5
*
Change the division of labor between grouping_planner and query_planner
Tom Lane
2005-08-27
4
-198
/
+135
*
Fix two separate bugs in setrefs.c. set_subqueryscan_references needs
Tom Lane
2005-08-27
1
-40
/
+32
*
The idea of using _strncoll() on Windows doesn't work. Revert to same
Tom Lane
2005-08-26
1
-37
/
+30
*
Adjust m68k spinlock code to avoid duplicate in-line and not-in-line
Tom Lane
2005-08-26
1
-3
/
+8
*
Arrange for indexes and toast tables to inherit their ownership from
Tom Lane
2005-08-26
7
-10
/
+23
*
Replace out-of-line tas() assembly code for MIPS with a properly
Tom Lane
2005-08-25
1
-29
/
+1
*
Factor out the common subexpression month_remainder * DAYS_PER_MONTH
Tom Lane
2005-08-25
1
-13
/
+11
*
Back out pfrees for justify_hour function calls.
Bruce Momjian
2005-08-25
1
-13
/
+10
*
Fix memory leak when using justify_hours.
Bruce Momjian
2005-08-25
1
-10
/
+13
*
Fix SHOW and RESET grammar to accept custom variable names.
Tom Lane
2005-08-24
1
-3
/
+3
*
Add small hack to support use of Unicode-based locales on WIN32. This
Tom Lane
2005-08-24
2
-7
/
+197
*
Fix ExecBRDeleteTriggers so that deletion is not suppressed when delete
Tom Lane
2005-08-24
1
-3
/
+7
*
Add ALTER TABLE ENABLE/DISABLE TRIGGER commands. Change pg_dump to
Tom Lane
2005-08-23
4
-6
/
+205
*
Clean up some very old and crufty code for TID scan planning. Not much
Tom Lane
2005-08-23
1
-140
/
+103
*
Fix wrong dependency on owner created by ALTER OPCLASS OWNER.
Tom Lane
2005-08-23
1
-2
/
+3
*
Rewrite gather-write patch into something less obviously bolted on
Tom Lane
2005-08-22
1
-123
/
+142
*
Cause ALTER INDEX OWNER to generate a warning and do nothing, rather than
Tom Lane
2005-08-22
1
-1
/
+20
*
Fix unwanted denial of ALTER OWNER rights to superusers. There was some
Tom Lane
2005-08-22
9
-112
/
+147
*
enable_constraint_exclusion => constraint_exclusion
Bruce Momjian
2005-08-22
3
-11
/
+10
*
Improve xid wraparound message (the server isn't really shut down, just
Bruce Momjian
2005-08-22
1
-3
/
+3
*
Fix some inconsistent choices of datatypes in xlog.c. Make buffer
Tom Lane
2005-08-22
1
-32
/
+34
*
Minor GUC cleanups: document krb_server_hostname and custom_variable_classes
Tom Lane
2005-08-21
2
-7
/
+16
*
Seems that the childXids list would be better based on Oid lists than
Tom Lane
2005-08-20
1
-5
/
+5
*
Convert the arithmetic for shared memory size calculation from 'int'
Tom Lane
2005-08-20
27
-228
/
+304
*
Make GetMultiXactIdMembers() a public function.
Tatsuo Ishii
2005-08-20
1
-3
/
+2
*
Add BackendXidGetPid().
Tatsuo Ishii
2005-08-20
1
-1
/
+39
*
Repair problems with VACUUM destroying t_ctid chains too soon, and with
Tom Lane
2005-08-20
6
-242
/
+468
*
Fix LRU/ALL description mismatch for GUC parameter.
Bruce Momjian
2005-08-19
1
-3
/
+3
*
Consistently align comments in postgresql.conf, move some slightly to
Bruce Momjian
2005-08-19
1
-131
/
+181
*
Update some obsolete comments --- code is using t_self now, not t_ctid.
Tom Lane
2005-08-18
1
-20
/
+11
*
Fix up LIMIT/OFFSET planning so that we cope with non-constant LIMIT
Tom Lane
2005-08-18
3
-99
/
+198
*
Add hint for to_char(interval) invalid format specifications.
Bruce Momjian
2005-08-18
1
-17
/
+18
*
Fix to_char(interval) to return proper year and century values.
Bruce Momjian
2005-08-18
1
-242
/
+190
*
Avoid an Assert failure if OuterUserId hasn't been set yet during
Tom Lane
2005-08-17
2
-6
/
+21
*
More formatting.c cleanups.
Bruce Momjian
2005-08-17
1
-12
/
+1
*
Small cleanup.
Bruce Momjian
2005-08-17
1
-4
/
+1
*
Adjust to_char/from_char code to use boolean "is_to_char" rather than
Bruce Momjian
2005-08-17
1
-138
/
+123
*
Fix declaration of dumpacl, per Alvaro.
Tom Lane
2005-08-17
1
-2
/
+2
*
Fix FSM warning to mention increasing max_fsm_pages. Was incorrectly
Bruce Momjian
2005-08-17
1
-3
/
+3
*
Reject operator names >= NAMEDATALEN characters. These will not work
Tom Lane
2005-08-16
1
-1
/
+10
*
Rename pg_stat_file columns to be more consistent. Split apart change
Bruce Momjian
2005-08-15
2
-15
/
+25
*
array_in() and array_recv() need to be more paranoid about validating
Tom Lane
2005-08-15
1
-12
/
+13
*
Allow the pgstat views to show toast tables as well as regular tables
Tom Lane
2005-08-15
3
-36
/
+99
*
Clean up some stray remaining references to pg_shadow, pg_user, pg_group.
Tom Lane
2005-08-15
3
-12
/
+9
*
Change standard_compliant_strings to standard_conforming_strings.
Peter Eisentraut
2005-08-14
1
-4
/
+4
*
Tweak catalog cache management algorithms to reduce cost of
Tom Lane
2005-08-13
1
-62
/
+117
*
Make pg_stat_file() use OUT parameters so that the user doesn't have to
Tom Lane
2005-08-13
2
-2
/
+26
*
Reverse out Assert addition.
Bruce Momjian
2005-08-12
1
-3
/
+1
*
Pass the type OID as the typioparam for all non-array types, rather than
Tom Lane
2005-08-12
1
-6
/
+7
[next]