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
Age
Commit message (
Expand
)
Author
2004-05-28
Code review for EXEC_BACKEND changes. Reduce the number of #ifdefs by
Tom Lane
2004-05-28
Seems we forgot the installdirs target in this makefile.
Tom Lane
2004-05-28
Make sure elog behaves sanely if invoked before GUC initializes.
Tom Lane
2004-05-27
On WIN32, don't choke when setlocale(LC_MESSAGES, "") returns NULL.
Tom Lane
2004-05-27
Get rid of the former rather baroque mechanism for propagating the values
Tom Lane
2004-05-27
pgindent files for Tom.
Bruce Momjian
2004-05-27
Cleanup for Win32 pgkill.
Bruce Momjian
2004-05-27
Move pgkill out into /port so pg_ctl can use it on Win32.
Bruce Momjian
2004-05-27
Document new pg_ctl 'kill' command, specificially for Win32.
Bruce Momjian
2004-05-27
Change pg_ctl to be in C. This was the final shell script and is
Bruce Momjian
2004-05-27
Recommend ALTER TABLE ... TYPE as the best way to reclaim space occupied by d...
Tom Lane
2004-05-27
Add an index entry for "Performance Tips". Patch from Alvaro Herrera.
Neil Conway
2004-05-26
Reduce the minimum allocable chunk size to 8 bytes (from 16). Now that
Tom Lane
2004-05-26
A couple other cosmetic cleanups in new List stuff.
Tom Lane
2004-05-26
Move setlocale() outside of NLS-only defines.
Bruce Momjian
2004-05-26
Use new forboth() macro to make loop coding a bit clearer.
Tom Lane
2004-05-26
AIX doc addition:
Bruce Momjian
2004-05-26
Fix problems in pg_autovacuum:
Bruce Momjian
2004-05-26
Renumber to prevent duplicate oids. Update catalog version.
Bruce Momjian
2004-05-26
*) inet_(client|server)_(addr|port)() and necessary documentation for
Bruce Momjian
2004-05-26
Use a cleaner substitute for the inability to apply length() to the tail
Tom Lane
2004-05-26
Fix problem with doing 7.0.X dumps on character varying[] fields.
Bruce Momjian
2004-05-26
Renumber bit/boolean aggregates to remove duplicates.
Bruce Momjian
2004-05-26
Recent commits added created files that weren't getting deleted by
Tom Lane
2004-05-26
Add <limits.h>, per Magnus.
Tom Lane
2004-05-26
The added aggregates are:
Bruce Momjian
2004-05-26
The patch adresses the TODO list item "Allow external interfaces to
Bruce Momjian
2004-05-26
This patch implement the TODO [ALTER DATABASE foo OWNER TO bar].
Bruce Momjian
2004-05-26
Reimplement the linked list data structure used throughout the backend.
Neil Conway
2004-05-26
Please apply this minor patch to the cvs HEAD of dbmirror
Jan Wieck
2004-05-25
Add FRONTEND to ecpglib.
Bruce Momjian
2004-05-25
Allow relative paths as long as the hardcoded path matches the bin path
Bruce Momjian
2004-05-25
Tweaks per discussion with Magnus: suppress chatter on unpatched MinGW
Tom Lane
2004-05-25
Fix erroneous error message printout when a configuration file contains
Tom Lane
2004-05-25
Fix set_pglocale to properly pass my_exec_path to get_locale_path instead of ...
Bruce Momjian
2004-05-25
Add code to identify_system_timezone() to try all zones in the zic
Tom Lane
2004-05-25
Add exec.c to ecpg library because path.c now uses it.
Bruce Momjian
2004-05-25
Skip settting LC_ALL in the backend.
Bruce Momjian
2004-05-25
Make the locale location relocatable.
Bruce Momjian
2004-05-24
Remove pstrdup() call from exec.c because DLLIMPORT flag on
Bruce Momjian
2004-05-24
Make validate_exec take a const char *, for gcc 3.4, which is more
Bruce Momjian
2004-05-24
Update Russian FAQ.
Bruce Momjian
2004-05-24
Clarify an entry in the 7.4 release notes.
Neil Conway
2004-05-24
Add:
Bruce Momjian
2004-05-24
This patch fixes the find_my_exec code for pgstat backends. Required for
Bruce Momjian
2004-05-24
Rewrite identify_system_timezone() to give it better-than-chance odds
Tom Lane
2004-05-24
Remove a few $filter() calls that were not needed.
Bruce Momjian
2004-05-23
Seems we had the wrong sign convention for the default Etc/GMTx zone
Tom Lane
2004-05-23
Avoid calling select_default_timezone() when backing out an unwanted TZ
Tom Lane
2004-05-23
Use case-insensitive comparison so that explicitly setting timezone=unknown
Tom Lane
[next]