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