- 23 Jun, 1997 4 commits
-
-
Thomas G. Lockhart authored
Add timezone info to abstime2tm().
-
Thomas G. Lockhart authored
This allows use of the DateStyle session variable.
-
Thomas G. Lockhart authored
This matches the behavior of the original formatting for abstime. Repair datetime + timespan date arithmetic for year boundaries. From patch submitted by Dave Skinner.
-
Thomas G. Lockhart authored
-
- 21 Jun, 1997 1 commit
-
-
Bruce Momjian authored
-
- 20 Jun, 1997 6 commits
-
-
Thomas G. Lockhart authored
datetime +/- timespan. Only manifested when date is at end of month and time pushes the date into the next month.
-
Thomas G. Lockhart authored
added for keyword=value options.
-
Thomas G. Lockhart authored
-
Thomas G. Lockhart authored
the problem only manifests itself when adding years/months and hours when the hours:minutes:seconds pushes over midnight. Fix interpretation of times with explicit timezone when the timezone is in daylight savings time and is not the default timezone. Allow interpretation of explicit timezone when it is specified as two words: <standard time> DST". For example, "MET DST" (Middle European Time Daylight Savings Time). This syntax is found in the zic package on Linux boxes at least.
-
Bruce Momjian authored
-
Bruce Momjian authored
-
- 13 Jun, 1997 2 commits
-
-
Bruce Momjian authored
-
Vadim B. Mikheev authored
varno/varattno.
-
- 12 Jun, 1997 5 commits
-
-
Thomas G. Lockhart authored
Update the update date.
-
Vadim B. Mikheev authored
-
Bruce Momjian authored
-
Vadim B. Mikheev authored
-
Vadim B. Mikheev authored
^
-
- 11 Jun, 1997 9 commits
-
-
Bruce Momjian authored
-
Vadim B. Mikheev authored
-
Vadim B. Mikheev authored
-
Vadim B. Mikheev authored
for non-JoinPath path! So now we have: if ( IsA_JoinPath (cheapest) ) rel->size = compute_joinrel_size(cheapest);
-
Marc G. Fournier authored
Subject: [PORTS] Makefile.aix patch. Have to add libc.a to the link when making a shared lib.
-
Marc G. Fournier authored
Subject: [PORTS] Patches for Irix 6.4 I have worked out how to compile PostgreSQL on Irix 6.4 using the -n32 compiler mode and version 7.1 of the C compiler. (The n32 compiler use 32 bits addressing, but allows access to all the instructions in the MIPS4 instruction set.) There were several problems: 1) The ld command is not referenced as a macro in all the Makefiles. On this platform, you have to include -n32 on all the ld commands. Makefiles were changed as needed. 3) Lots of warnings are generated from the compiler. Since the regression tests worked OK, I didn't attempt to fix them. If anyone wants the compilation log, please let me know, and I'll email it to you. The version of postgresql was 970602. Here is Makefile.custom: CUSTOM_COPT = -O2 -n32 MK_NO_LORDER = 1 LD = ld -n32 CC += -n32
-
Marc G. Fournier authored
Subject: Re: [PORTS] Re: [PATCHES] DG/UX 5.4R11 patches Comments in boot.sed break DG/UX port
-
Marc G. Fournier authored
Subject: [PATCHES] sequences display in psql Well, I am away at Progress training (not Postgres!!) and desided to do this patch during a break. This will allow listing of sequences in addition to listing of tables and indicies: \d would should indicies, tables, and sequences \ds would show sequences only.
-
Marc G. Fournier authored
Subject: [PATCHES] DG/UX 5.4R11 patches 1) config.guess -- it doesn't understand that the new default "TARGET_BINARY_INTERFACE" (m88kdgux) is now an ELF format, not BCS.
-
- 10 Jun, 1997 4 commits
-
-
Bruce Momjian authored
-
Vadim B. Mikheev authored
rel->size = compute_rel_size(rel);
-
Vadim B. Mikheev authored
new_rel->size = compute_rel_size(new_rel);
-
Vadim B. Mikheev authored
-
- 07 Jun, 1997 5 commits
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Marc G. Fournier authored
Subject: [PATCHES] Patch for INSTAL file. The following patch does the following: - In step 6, recommend doing a database backup if you are upgrading from any version of the release, rather than ones before a specific date. - Added step 22a on regular maintainence.
-
- 06 Jun, 1997 4 commits
-
-
Marc G. Fournier authored
Subject: [PATCHES] destroydb.1 patch This is a patch to destroydb man page so that it shows and explains "-i" option.
-
Marc G. Fournier authored
Subject: [PATCHES] psql and large objects fix Psql was broken by using "Inv[0-9]+" instead of "xin[xv][0-9]+" to not show large object files. Been this way for a long time too. Relic of an older naming convention, perhaps?
-
Marc G. Fournier authored
Subject: [PATCHES] backend/storage/ipc/shmem.c - strname is only used if assert checking is on
-
Marc G. Fournier authored
Subject: [PATCHES] backend/lib/fstack.c - The FixedStackIsValid so obviously needs to be a macro - FixedStackContains only called if assert checking on
-