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
/
utils
Age
Commit message (
Expand
)
Author
2002-12-05
As far as I figured from the source code this function only deals with
Bruce Momjian
2002-12-05
Phase 1 of read-only-plans project: cause executor state nodes to point
Tom Lane
2002-12-05
More cleanup of userid to be AclId rather than Oid.
Bruce Momjian
2002-12-04
Make usesysid consistently int4, not oid.
Bruce Momjian
2002-12-02
Repair core dump when trying to delete an entry from an already-NULL
Tom Lane
2002-12-01
Teach planner to expand sufficiently simple SQL-language functions
Tom Lane
2002-11-29
Tighten selection of equality and ordering operators for grouping
Tom Lane
2002-11-29
Repair prehistoric logic error in lseg_eq and lseg_ne.
Tom Lane
2002-11-26
Use Params, rather than run-time-modified Const nodes, to handle
Tom Lane
2002-11-26
Guard against 0 length string encoding conversion case.
Tatsuo Ishii
2002-11-25
Remove unused constisset and constiscast fields of Const nodes. Clean
Tom Lane
2002-11-23
This patch implements FOR EACH STATEMENT triggers, per my email to
Bruce Momjian
2002-11-21
Fix breakage in new-in-7.3 timetz_zone() function: was giving random
Tom Lane
2002-11-21
Code review for superuser_reserved_connections patch. Don't try to do
Tom Lane
2002-11-21
Finish implementation of hashed aggregation. Add enable_hashagg GUC
Tom Lane
2002-11-19
Add an at-least-marginally-plausible method of estimating the number
Tom Lane
2002-11-17
Reduce need for palloc/pfree overhead in varstr_cmp() by using fixed-size
Tom Lane
2002-11-15
Add relcache support for system catalogs with attnotnull columns.
Tom Lane
2002-11-15
Add DOMAIN check constraints.
Bruce Momjian
2002-11-15
Add checkpoint_warning to warn of excessive checkpoints caused by too
Bruce Momjian
2002-11-15
Rename hostname_lookup to log_hostname.
Bruce Momjian
2002-11-15
Rename show_source_port to log_source_port.
Bruce Momjian
2002-11-15
Rename show_btree_build_stats to log_btree_build_stats
Bruce Momjian
2002-11-15
Rename:
Bruce Momjian
2002-11-14
Rename server_min_messages to log_min_messages. Part of consolidation
Bruce Momjian
2002-11-13
Allow +1300 as a numeric timezone specifier; we already accept FJST as meanin...
Tom Lane
2002-11-13
Add new palloc0 call as merge of palloc and MemSet(0).
Bruce Momjian
2002-11-13
Split MemSet into three parts to constant comparisons can be optimized
Bruce Momjian
2002-11-12
Fix broken GB18030 <--> UTF-8 conversion map
Tatsuo Ishii
2002-11-12
Remove NO_MKTIME_BEFORE_1970. I had speculated that it was not needed
Tom Lane
2002-11-11
Back out use of palloc0 in place if palloc/MemSet. Seems constant len
Bruce Momjian
2002-11-10
Merge palloc()/MemSet(0) calls into a single palloc0() call.
Bruce Momjian
2002-11-10
Add palloc0 function to inline MemSet for newNode call.
Bruce Momjian
2002-11-08
This patch removes a bunch of superfluous #include directives: if
Bruce Momjian
2002-11-08
Replace imprecise value of PI with a better one, and tweak circle_poly
Tom Lane
2002-11-08
Add extra_float_digits GUC parameter to allow adjustment of displayed
Tom Lane
2002-11-08
The "Allow easy display of usernames in a group (pg_hba.conf uses groups
Bruce Momjian
2002-11-02
Remove encoding lookups from grammar stage, push them back to places
Tom Lane
2002-11-02
Clean up a few fprintf(stderr)'s that should be elog's.
Tom Lane
2002-11-01
Arrange to compile flex output files as inclusions into other files
Tom Lane
2002-11-01
After elog(PANIC), exit with abort() not proc_exit(). This allows a
Tom Lane
2002-10-31
Got tired of explaining why this Assert is not wrong.
Tom Lane
2002-10-31
Code review for statement_timeout patch. Fix some race conditions
Tom Lane
2002-10-31
Avoid use of inline functions that are not declared static. Needed to
Tom Lane
2002-10-26
Add missing semicolons to a few PG_FUNCTION_INFO_V1 calls.
Tom Lane
2002-10-19
Fix range-query estimation to not double-exclude NULLs, per gripe from
Tom Lane
2002-10-19
This patch adds some missing functions for float8 math operations,
Bruce Momjian
2002-10-18
Fix breakage that had crept into setlocale() usage: once again we've
Tom Lane
2002-10-14
Arrange to copy relcache's trigdesc structure at the start of any
Tom Lane
2002-10-13
Make macaddr_in reject trailing garbage (except whitespace).
Tom Lane
[next]