index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
Commit message (
Expand
)
Author
Age
*
timestamptz_izone should return the input, not NULL, when the input
Tom Lane
2005-09-09
*
Fix the various forms of AT TIME ZONE to accept either timezones found
Tom Lane
2005-09-09
*
Create the pg_pltemplate system catalog to hold template information
Tom Lane
2005-09-08
*
Implement a preliminary 'template' facility for procedural languages,
Tom Lane
2005-09-05
*
Back out prior patch and instead just suppress SubqueryScan elimination
Tom Lane
2005-09-05
*
For non-projecting plan node types such as Limit, set_plan_references
Tom Lane
2005-09-05
*
Add log display label for unnamed server-side portals.
Bruce Momjian
2005-09-02
*
Fix the spelling.
Tom Lane
2005-09-02
*
Update listen_addresses description.
Bruce Momjian
2005-09-02
*
Clean up a couple of ad-hoc computations of the maximum number of tuples
Tom Lane
2005-09-02
*
Short-circuit AllocSetReset if nothing has been palloc'd in the memory
Tom Lane
2005-09-01
*
Fix unportable uses of <ctype.h> functions. Per Sergey Koposov.
Tom Lane
2005-09-01
*
Log send() failures when sending to statistics process (but only in
Tom Lane
2005-08-30
*
DropTableSpace forgot to remove dependency on tablespace's owner.
Tom Lane
2005-08-30
*
Fix misleading comment.
Tom Lane
2005-08-30
*
Update documentation about shared memory sizing to reflect current
Tom Lane
2005-08-30
*
Reduce default value of max_prepared_transactions from 50 to 5. This
Tom Lane
2005-08-29
*
Fix platform-specific test for path prefix-ness: move it into path.c where
Tom Lane
2005-08-29
*
Tweak nodeBitmapAnd to stop evaluating sub-plan scans if it finds it's
Tom Lane
2005-08-28
*
cost_agg really ought to charge something per output tuple; else there
Tom Lane
2005-08-27
*
Change the division of labor between grouping_planner and query_planner
Tom Lane
2005-08-27
*
Fix two separate bugs in setrefs.c. set_subqueryscan_references needs
Tom Lane
2005-08-27
*
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-26
*
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-25
*
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-24
*
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-23
*
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-22
*
Minor GUC cleanups: document krb_server_hostname and custom_variable_classes
Tom Lane
2005-08-21
*
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-20
*
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-19
*
Update some obsolete comments --- code is using t_self now, not t_ctid.
Tom Lane
2005-08-18
[next]