forked from postgres/postgres
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.git-blame-ignore-revs
More file actions
558 lines (377 loc) · 20.7 KB
/
Copy path.git-blame-ignore-revs
File metadata and controls
558 lines (377 loc) · 20.7 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
# As of git 2.23, git-blame supports ignoring specific commits. This is useful
# with commits that make bulk formatting changes without truly changing any
# code.
#
# This file lists ignorable pgindent, pgperltidy, and reformat-dat-files
# related commits only. Please don't add commits that are not in this
# category.
#
# You can use the ignore list file by running:
#
# $ git config blame.ignoreRevsFile .git-blame-ignore-revs
#
# Add new entries by adding the output of the following to the top of the file:
#
# $ git log --pretty=format:"%H # %cd%n# %s" $PGINDENTGITHASH -1 --date=iso
fdad19e1cfe4564230092e034c0b2185e4a04909 # 2026-07-02 08:49:37 +0530
# pgindent fix for commit a5918fddf1.
d69fdf79b8ba7549a9c449e255aab0734cc67a4f # 2026-07-02 13:05:50 -0500
# Run pgindent and pgperltidy for previous 3 commits.
99e44c3181c779ae0f3539ba7f408661983fbf8e # 2026-06-29 15:27:44 -0400
# Run pgperltidy
3f815dd11374b54deb29228dc0040179864af828 # 2026-06-29 15:16:25 -0400
# Sync typedefs.list with the buildfarm.
bd57abbb1910e51e45761b59985745d094ae9e03 # 2026-06-04 10:15:37 -0500
# Re-pgindent nodeModifyTable.c after commit 993a7aa0e4.
719fe0779d8d116bf8ee06056fed4c1257f1744c # 2026-05-13 10:41:33 -0400
# Pre-beta mechanical code beautification, step 3: run reformat-dat-files.
736a97bddd16f0511dc62b7e4770376a34f10114 # 2026-05-13 10:37:42 -0400
# Pre-beta mechanical code beautification, step 2: run pgperltidy.
020794ee42a3413b416898e7931a8a3a5b43e9ab # 2026-05-13 10:34:17 -0400
# Pre-beta mechanical code beautification, step 1: run pgindent.
228a1f9542792c6533ef74c2e7aefad0da1d9a7a # 2026-04-17 17:46:27 -0400
# pg_plan_advice: pgindent
519acd1be59e407a62dbe6a5240d9d1dcb8cd062 # 2026-04-04 21:50:54 +0700
# Fix indentation
874da8b1f6143808a4433df645c1e81f6a8bbd1e # 2026-03-26 20:10:13 -0400
# pg_plan_advice: pgindent
015d32016d845f8a29b3ec3ab7fa98a69cea1a0f # 2026-03-19 13:42:24 +0900
# test_saslprep: Apply proper indentation
b6eb8dde6be32e394a4420dfeb671b5891a87c8b # 2026-03-11 15:14:46 +0100
# Fix indentation from commit 29a0fb21577
7b24959434629970c14fc5ee668585e491e565e4 # 2026-02-23 16:22:49 -0500
# Fix indentation from commit b380a56a3f9
09c37015d49665c52ae7eabd5852af36851aede4 # 2026-01-27 00:26:36 +0100
# pgindent fix for 3fccbd94cba
335f2231a30cb5002219888eef14f4dfce5b0391 # 2026-01-15 14:57:45 -0500
# pgindent fix for 8077649907d
86b276a4a9b4b2c63ef00765f0e2867e1bcac4ca # 2025-11-19 10:41:28 +0100
# Fix indentation
f63ae72bbcea057534144eaf27ffe3f6e9267511 # 2025-11-18 10:28:36 -0600
# Switch from tabs to spaces in postgresql.conf.sample.
c2b0e3a0351e021dea9b61fe2f759570d3fedb70 # 2025-11-13 14:25:21 +0900
# Fix indentation issue
e94a7afe44bfa1bd8dc929204a2d4ac8b3fa9854 # 2025-10-21 09:56:26 -0500
# Re-pgindent brin.c.
7e9c216b5236cc61f677787b35e8c8f28f5f6959 # 2025-09-13 14:50:02 -0500
# Re-pgindent nbtpreprocesskeys.c after commit 796962922e.
1d1612aec7688139e1a5506df1366b4b6a69605d # 2025-07-29 09:10:41 -0400
# Run pgindent.
73873805fb3627cb23937c750fa83ffd8f16fc6c # 2025-07-25 16:36:44 -0400
# Run pgindent on the changes of the previous patch.
9e345415bcd3c4358350b89edfd710469b8bfaf9 # 2025-07-01 15:23:07 +0200
# Fix indentation in pg_numa code
0ebd24255581837f9a5b189ef15147b769df116b # 2025-06-29 21:14:21 -0400
# Run pgperltidy
b27644bade0348d0dafd3036c47880a349fe9332 # 2025-06-15 13:04:24 -0400
# Sync typedefs.list with the buildfarm.
4672b6223910687b2aab075bcd2dd54ce90d5171 # 2025-06-01 14:55:24 -0400
# Run pgindent on the previous commit.
918e7287ed20eb1fe280ab6c4056ccf94dcd53a8 # 2025-04-30 19:18:30 +1200
# Fix broken indentation
e1a8b1ad587112e67fdc5aa7b388631dde4dbdda # 2025-04-04 09:38:22 -0500
# Re-pgindent pg_largeobject.c after commit 0d6c477664.
ec4327d106be745534592e8aff14effb716f4dc9 # 2025-03-29 16:47:44 +0100
# amcheck: Fix indentation in verify_gin.c
796bdda484c838313959f65e2b700f14ac7c0e66 # 2025-03-18 09:02:36 -0400
# Fix indentation again.
203c1b4cc49455364b6bcab8034900d1c016b9cd # 2025-03-17 16:06:17 -0400
# Fix indentation.
b955df443405e056fd9047ef819a1465654f9d79 # 2025-03-13 12:41:44 +1300
# Fix indentation issue
76aa615943049c04efd36ab4765c06eda89cdfea # 2025-01-31 16:44:24 +0900
# Fix bad indentation introduced in commit d47cbf474
be31ac25191b26a8a1db345a727545959654f4cb # 2025-01-22 10:15:32 +0900
# Run perltidy
6e826278f1ebd9967c0f8adda29c8960a812e344 # 2025-01-13 11:27:32 +0900
# Fix pgindent damage
301de6a6f609cb3ad2d9d31fd8db9ae6c71e6dea # 2024-12-25 17:55:42 +0100
# Partial pgindent of .l and .y files
53dcba9be5746cc126bdb949bf81c29ea2cfc24d # 2024-11-21 21:40:17 +0100
# pgindent run
a7f2f6adc240a2823c2344b89e90bb630dea8803 # 2024-10-16 12:21:13 -0700
# Whitespace fixup from generated unicode tables.
199ad00e4b59a04263fd79fb115aecce2fb0851b # 2024-10-14 11:25:03 +0200
# Run pgperltidy on newly-added test code
7f7474a8e4002ac9fd4979cc7b16b50b70b70c28 # 2024-09-27 11:14:31 -0400
# Reindent pg_verifybackup.c.
7229ebe011dff3f418251a4836f6d098923aa1e1 # 2024-08-26 16:16:12 -0700
# Fix identation.
2b03cfeea47834913ff769124f4deba88140f662 # 2024-08-21 09:58:11 -0400
# Fix pgindent damage
97add39c038bbdb9082b416ddf04cd20b0d20bf5 # 2024-08-15 11:41:46 -0400
# Clean up indentation and whitespace inconsistencies in ecpg.
8de5ca1dc9fa809102acd1983ee19159d0bc469f # 2024-08-12 10:57:03 +0300
# Fix bad indentation introduced in commit f011e82c2c
c883453cb29cb40c1e59c3c54d159c5e744da8a9 # 2024-07-26 12:00:04 -0400
# Fix indentation.
47ecbfdfcc71e41d7dcc35f0be04f8adbe88397f # 2024-07-15 15:17:04 -0700
# Fix bad indentation introduced in 43cd30bcd1c
7dcc6f8e6d7a0eb0ce90802311278723843b4bbd # 2024-07-01 07:35:01 +0900
# Run pgperltidy
b48f275f18d7da4f4863888ad047cbd699698880 # 2024-06-28 10:51:05 -0400
# pgindent, because I forgot to do that.
da256a4a7fdcca35fe7ca808686ad3de6ee22306 # 2024-05-14 16:34:50 -0400
# Pre-beta mechanical code beautification.
9301308bd196f614696e0e9492cf0c52f7857f83 # 2024-04-03 09:44:47 +0200
# Fix indentation from cafe1056558f
b0be28761ec5958bb7bbf9a03d94ee6e1bc59849 # 2024-03-27 13:21:29 -0700
# Run perltidy on generate-unicode_version.pl.
64e401b62b1559d617db5c1e1070d7a05e794c27 # 2024-03-25 14:18:33 +0100
# Fix indentation from a11f330b5
b0289574bdf1202248201a3143d1459bdf5727fd # 2024-03-09 11:51:31 -0800
# Run perltidy on 002_pg_upgrade.pl.
0984a3b851abe89bec6c3eff51b03038808e1997 # 2024-03-05 11:16:23 -0800
# Run pgindent again on the same file.
b406af1806e9fc5c090e58282c7d98f22a4b397f # 2024-03-05 10:58:24 -0800
# Run pgindent for commit ef4cfdce0e.
dd7ea37c435e10f9c5aa3fb257a05c08814a4ad2 # 2024-03-04 14:37:35 -0500
# Fix pgindent damage.
3d47b75546d1ef70145f58e162a96f7e0c649389 # 2024-02-22 08:00:58 +0100
# pgindent fix
49e7c6f78ed608c5d5454080ae19c0e7f1b09a04 # 2024-02-09 11:05:01 +0900
# Fix indentation of copyto.c
96c019ffa3f883d139709ea0cfe76dc1bce0f1f8 # 2024-01-13 13:54:11 -0500
# Re-pgindent catcache.c after previous commit.
5faffa0434b484772782ff4763c0b2080222dde0 # 2024-01-11 13:24:35 -0500
# Reindent after commit d9ef650fca7bc574586f4171cd929cfd5240326e.
4d0cf0b05defcee985d5af38cb0db2b9c2f8dbae # 2023-12-05 15:54:59 +0100
# Fix indentation
0d93ce31a584ff454f39df9f94f84376756e074b # 2023-12-01 17:58:18 +0100
# pgindent fix
b2caf7c0e1ebada614b6aa3004d826080a07e7e4 # 2023-11-26 21:35:32 +0100
# Fix brin.c indentation issues introduced by c1ec02be1d
56b30e266eaa74f38bdda45067c9a5a63cd24c75 # 2023-10-30 14:52:35 -0400
# pgindent run to fix commits de64268561 and 5ae2087202a
675fed4df5db4e78d40a0ce9cb785cfba9fa480f # 2023-10-30 10:35:03 +0200
# Fix indentation in contrib/amcheck/verify_nbtree.c
611806cd726fc92989ac918eac48fd8d684869c7 # 2023-10-26 09:20:54 +0200
# Add trailing commas to enum definitions
e9718b4bd3e4234ffd5a4907a903367fc483c843 # 2023-10-16 09:36:31 +0900
# Fix code indentation violations in e83d1b0c40cc
01529c7040088db2718628d0814058598152bd39 # 2023-10-16 13:32:41 +1300
# Fix comment from commit 22655aa231.
b6a77c6a6ccf698787201b001cbbbf9c89fe5715 # 2023-10-11 17:14:31 -0400
# Reindent comment in GenericXLogFinish().
bc6041b61f6678d32a5cfb70744653cd8f8d01c0 # 2023-08-30 15:56:22 +0900
# Fix code indentation vioaltion introduced in commit 3c662643c4.
89be0b89ae60c63856fd26d82a104781540e2312 # 2023-08-15 17:45:00 +0900
# Fix code indentation vioaltion introduced in commit 9e9931d2b.
5dc456b7dda4f7d0d7735b066607c190c74d174a # 2023-08-11 20:43:34 +0900
# Fix code indentation violations introduced by recent commit
62e9af4c63fbd36fb9af8450fb44bece76d7766f # 2023-07-25 12:35:58 +0530
# Fix code indentation vioaltion introduced in commit d38ad8e31d.
4e465aac36ce9a9533c68dbdc83e67579880e628 # 2023-07-18 14:04:31 +0900
# Fix indentation in twophase.c
328f492d2565cfbe383f13a69425d751fd79415f # 2023-07-13 22:26:10 +0900
# Fix code indentation violation in commit b6e1157e7d
a44d96add2eb377ab70055a54b713c5c78380383 # 2023-07-10 12:05:32 +0200
# Fix pgindent
69a674a170058e63e8178aec8a36a673efce8801 # 2023-07-06 11:49:18 +0530
# Fix code indentation vioaltion introduced in commit cc32ec24fd.
a4cfeeca5a97f2b5969c31aa69ba775af95ee5a3 # 2023-07-03 12:47:49 +0200
# Fix code indentation violations
b334612b8aee9f9a34378982d8938b201dfad323 # 2023-06-20 09:50:43 -0400
# Pre-beta2 mechanical code beautification.
0245f8db36f375326c2bae0c3420d3c77714e72d # 2023-05-19 17:24:48 -0400
# Pre-beta mechanical code beautification.
0b8ace8d773257fffeaceda196ed94877c2b74df # 2023-05-19 10:52:04 +0200
# Reindent some comments
b6dfee28f2b44e28b123b77a91fb05c47da63501 # 2023-03-09 15:09:45 +0900
# Run pgindent on libpq's fe-auth.c, fe-auth-scram.c and fe-connect.c
009dbdea02d74c72db2d1a57d5299f94f91fa975 # 2023-01-23 23:08:38 +1300
# Run pgindent on heapam.c
250c8ee07ede8a104ae1471f6ebca204d94267dd # 2023-01-13 15:23:17 -0800
# Manual cleanup and pgindent of pgstat and bufmgr related code
92c4dafe1eed511c5af92bcea5311cf627673377 # 2022-12-04 14:25:53 -0500
# Re-pgindent a few files.
b2e6e768230be334b12dae536ba4c147fba4e9c9 # 2022-09-08 14:01:13 +0700
# Run perltidy over Catalog.pm
82d0ffae3219e4bc153a1306ce23013d168e04a2 # 2022-06-30 11:03:03 -0400
# pgindent run prior to branching v15.
30ed71e423ee63b263730b86326da2a629a29f84 # 2022-05-13 07:17:29 +0200
# Indent C code in flex and bison files
23e7b38bfe396f919fdb66057174d29e17086418 # 2022-05-12 15:17:30 -0400
# Pre-beta mechanical code beautification.
a3a75b982b5bb6fba95ad8b3d48e70439dcd2329 # 2022-03-19 11:42:22 -0700
# pgstat: run pgindent on pgstat.c/h.
d231be00cbf29bf24e5b4fc79e587982bbc00ebb # 2022-02-16 09:22:34 +0200
# Run pgindent on xlog.c.
e1c1c30f635390b6a3ae4993e8cac213a33e6e3f # 2021-06-28 11:05:54 -0400
# Pre branch pgindent / pgperltidy run
def5b065ff22a16a80084587613599fe15627213 # 2021-05-12 13:14:10 -0400
# Initial pgindent and pgperltidy run for v14.
ed43677e20369040ca4e50c698010c39d5ac0f47 # 2021-01-19 08:10:13 +0530
# pgindent worker.c.
8b411b8ff41566a1aa601d1f05aeebbebbdb4a54 # 2021-01-13 16:14:38 -0500
# Run reformat-dat-files to declutter the catalog data files.
b5d69b7c22ee4c44b8bb99cfa0466ffaf3b5fab9 # 2020-06-07 16:57:08 -0400
# pgindent run prior to branching v13.
fa27dd40d5c5f56a1ee837a75c97549e992e32a4 # 2020-05-16 11:54:51 -0400
# Run pgindent with new pg_bsd_indent version 2.1.1.
e02ad575d8ab6b44500d2a3fd8c3212345e3aa2b # 2020-05-16 11:49:14 -0400
# Final pgindent run with pg_bsd_indent version 2.1.
5cbfce562f7cd2aab0cdc4694ce298ec3567930e # 2020-05-14 13:06:50 -0400
# Initial pgindent and pgperltidy run for v13.
b78542b9e975494bba6db2d2802439c3328d5ef7 # 2020-02-15 14:58:30 -0500
# Run "make reformat-dat-files".
c9d29775195922136c09cc980bb1b7091bf3d859 # 2020-01-30 13:42:14 -0300
# Clean up newlines following left parentheses
9e1c9f959422192bbe1b842a2a1ffaf76b080196 # 2019-07-01 12:37:52 -0400
# pgindent run prior to branching v12.
db6e2b4c52ade524f3db419d75084728e96e1f9c # 2019-05-22 13:36:19 -0400
# Initial pgperltidy run for v12.
8255c7a5eeba8f1a38b7a431c04909bde4f5e67d # 2019-05-22 13:04:48 -0400
# Phase 2 pgindent run for v12.
be76af171cdb3e7465c4ef234af403f97ad79b7b # 2019-05-22 12:55:34 -0400
# Initial pgindent run for v12.
d8421390996dcd762383a28e57d1f3f16cc5f76f # 2018-06-30 12:28:55 -0400
# perltidy run prior to branching
1e9c8580904625576871eeb2efec7f04d4c3bc1c # 2018-06-30 12:25:49 -0400
# pgindent run prior to branching
286bb240e1c8e279efa2d805c7f700abfb771925 # 2018-05-09 10:05:35 -0400
# perltidy some recent code changes before changing perltidy settings
bdf46af748d0f15f257c99bf06e9e25aba6a24f9 # 2018-04-26 14:47:16 -0400
# Post-feature-freeze pgindent run.
f04d4ac919b9ae9b57e977523e4b40979aa8b951 # 2018-04-25 14:00:19 -0400
# Reindent Perl files with perltidy version 20170521.
eaedf0df7197b21182f6c341a44e4fdaa3cd6ea6 # 2017-11-29 09:24:24 -0500
# Update typedefs.list and re-run pgindent
21d304dfedb4f26d0d6587d9ac39b1b5c499bb55 # 2017-08-14 17:29:33 -0400
# Final pgindent + perltidy run for v10.
382ceffdf7f620d8f2d50e451b4167d291ae2348 # 2017-06-21 15:35:54 -0400
# Phase 3 of pgindent updates.
c7b8998ebbf310a156aa38022555a24d98fdbfb4 # 2017-06-21 15:19:25 -0400
# Phase 2 of pgindent updates.
e3860ffa4dd0dad0dd9eea4be9cc1412373a8c89 # 2017-06-21 14:39:04 -0400
# Initial pgindent run with pg_bsd_indent version 2.0.
9ef2dbefc7fb3ac22e1528bc22a41a5c6c6a9539 # 2017-06-21 14:09:24 -0400
# Final pgindent run with old pg_bsd_indent (version 1.3).
651902deb1551db8b401fdeab9bdb8a61cee7f9f # 2017-06-13 13:05:59 -0400
# Re-run pgindent.
ce554810329b9b8e862eade08b598148931eb456 # 2017-05-17 19:01:23 -0400
# Post-PG 10 beta1 pgperltidy run
a6fd7b7a5f7bf3a8aa3f3d076cf09d922c1c6dd2 # 2017-05-17 16:31:56 -0400
# Post-PG 10 beta1 pgindent run
27cdb3414b3fb4c8fcc069572568390450bb04c9 # 2017-01-24 10:20:02 -0500
# Reindent table partitioning code.
fcf70e0dbca1432959be5f3557acd546d639c9ba # 2016-11-17 14:36:59 -0500
# Re-pgindent src/bin/pg_dump/*
b5bce6c1ec6061c8a4f730d927e162db7e2ce365 # 2016-08-15 13:42:51 -0400
# Final pgindent + perltidy run for 9.6.
33fe7360afdc0bb1820743ea5bfe3fc7d522f6c4 # 2016-08-05 15:14:19 -0400
# Re-pgindent tsvector_op.c.
3be0a62ffe58f0753d190cbe22acbeb8b4926b85 # 2016-06-12 04:19:56 -0400
# Finish pgindent run for 9.6: Perl files.
4bc424b968058c7f0aa685821d7039e86faac99c # 2016-06-09 18:02:36 -0400
# pgindent run for 9.6
2dd318d277b8e1d8269b030f545240193943162f # 2016-04-09 13:33:33 -0400
# Run pgindent on generic_xlog.c.
de94e2af184e25576b13cbda8cf825118835d1cd # 2016-04-06 11:34:02 -0400
# Run pgindent on a batch of (mostly-planner-related) source files.
be060cbcd42737693f6fd425db4c139121181cce # 2016-03-09 13:51:11 -0500
# Re-pgindent vacuumlazy.c.
a361490806435fda6340fa13c0a881767c57c87a # 2016-02-12 13:36:13 -0500
# Re-pgindent isolationtester.c.
0231f838565d2921a0960407c4240237ba1d56ae # 2016-02-08 15:17:40 -0500
# Re-pgindent varlena.c.
d0cd7bda97a626049aa7d247374909c52399c413 # 2016-02-04 22:30:08 -0500
# postgres_fdw: pgindent run.
8d290c8ec6c182a4df1d089c21fe84c7912f01fe # 2016-01-17 19:13:18 -0500
# Re-pgindent a few files.
26905e009babe6020fddcf3820e57e2f87c5539c # 2016-01-13 15:48:54 -0500
# Run pgindent on src/bin/pg_dump/*
befa3e648ce018d84cd2a0df701927c56fe3da4e # 2015-05-24 21:45:01 -0400
# Revert 9.5 pgindent changes to atomics directory files
807b9e0dff663c5da875af7907a5106c0ff90673 # 2015-05-23 21:35:49 -0400
# pgindent run for 9.5
785941cdc359c6e595201ffb0df9d28f3f7173a4 # 2015-03-26 14:03:25 -0400
# Tweak __attribute__-wrapping macros for better pgindent results.
7584649a1c58029a83a7a57d74cedcf1af434c97 # 2014-10-17 12:19:05 -0400
# Re-pgindent src/bin/pg_dump/*.
84288a86ac74dbeae486b6ff699c017f7d9517bb # 2014-05-06 20:39:28 -0400
# With ecpg exclusion removed, re-run pgindent for 9.4
0a7832005792fa6dad171f9cadb8d587fe0dd800 # 2014-05-06 12:12:18 -0400
# pgindent run for 9.4
243ee266339bd4a049ff92e101010242169b7287 # 2014-01-22 08:46:51 -0500
# Reindent json.c and jsonfuncs.c.
9af4159fce6654aa0e081b00d02bca40b978745c # 2013-05-29 16:58:43 -0400
# pgindent run for release 9.3 This is the first run of the Perl-based pgindent script. Also update pgindent instructions.
042d9ffc282a8c796d2a5babc600c1a6db150dac # 2012-07-04 21:47:49 -0400
# Run newly-configured perltidy script on Perl files.
927d61eeff78363ea3938c818d07e511ebaf75cf # 2012-06-10 15:20:04 -0400
# Run pgindent on 9.2 source tree in preparation for first 9.3 commit-fest.
cdaa45fd4b09c64d634818e52ef7a2191ce40667 # 2011-11-14 12:08:48 -0500
# Run pgindent on range type files, per request from Tom.
fd6913a18955b0f89ca994b5036c103bcea23f28 # 2011-07-12 15:25:08 +0100
# perltidy run over msvc build system
6560407c7db2c7e32926a46f5fb52175ac10d9e5 # 2011-06-09 14:32:50 -0400
# Pgindent run before 9.1 beta2.
bf50caf105a901c4f83ac1df3cdaf910c26694a4 # 2011-04-10 11:42:00 -0400
# pgindent run before PG 9.1 beta 1.
f7b51d175a02a3b6589f091ca732959618844232 # 2011-02-17 22:20:39 -0300
# pgindent run on plperl.c
c0e96b49e588b2a5ab501a2acc03b96ff76cf288 # 2011-01-03 10:44:56 +0100
# perltidy run on the MSVC build system
239d769e7e05e0a5ef3bd6828e93e22ef3962780 # 2010-07-06 19:19:02 +0000
# pgindent run for 9.0, second run
65e806cba1f0f154d51caa7478e7192ce58d1056 # 2010-02-26 02:01:40 +0000
# pgindent run for 9.0
d7471402794266078953f1bd113dab4913d631a1 # 2009-06-11 14:49:15 +0000
# 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list provided by Andrew.
5f0bf6cb0d1f1922a7da68392e50d214b1c2abe3 # 2007-11-16 01:12:24 +0000
# Run pgindent on remaining files now that LOOPBYTE is a usable macro.
f6e8730d11ddfc720eda1dde23794d262ad8cc08 # 2007-11-15 22:25:18 +0000
# Re-run pgindent with updated list of typedefs. (Updated README should avoid this problem in the future.)
fdf5a5efb7b28c13085fe7313658de8d7b9914f6 # 2007-11-15 21:14:46 +0000
# pgindent run for 8.3.
f99a569a2ee3763b4ae174e81250c95ca0fdcbb6 # 2006-10-04 00:30:14 +0000
# pgindent run for 8.2.
436a2956d80db29ac1dff640b631620d856b4f70 # 2005-11-22 18:17:34 +0000
# Re-run pgindent, fixing a problem where comment lines after a blank comment line where output as too long, and update typedefs for /lib directory. Also fix case where identifiers were used as variable names in the backend, but as typedefs in ecpg (favor the backend for indenting).
1dc34982511d91ef8a2b71bdcb870f067c1b3da9 # 2005-10-15 02:49:52 +0000
# Standard pgindent run for 8.1.
b3364fc81b78538006da3b3ad5680530d2af8c47 # 2005-09-22 20:44:36 +0000
# pgindent new GIST index code, per request from Tom.
15d3f9f6b7849a70281f151f0def7a6d335767d7 # 2004-08-30 02:54:42 +0000
# Another pgindent run with lib typedefs added.
b6b71b85bc45b49005b5aec87cba2c33fc8baf49 # 2004-08-29 05:07:03 +0000
# Pgindent run for 8.0.
46785776c42143af8f5433bb580ff13f2a9f65e1 # 2003-08-08 21:42:59 +0000
# Another pgindent run with updated typedefs.
089003fb462fcce46c02bf47322b429f73c33c50 # 2003-08-04 00:43:34 +0000
# pgindent run.
e50f52a074bdf0d6a9dc384840e641c4c0b0bb1a # 2002-09-04 20:31:48 +0000
# pgindent run.
ea08e6cd5542cb269ecd3e735f1dfa3bb61fbc4f # 2001-11-05 17:46:40 +0000
# New pgindent run with fixes suggested by Tom. Patch manually reviewed, initdb/regression tests pass.
6783b2372ef13c141649840a836ff0a954ea1d4d # 2001-10-28 06:26:15 +0000
# Another pgindent run. Fixes enum indenting, and improves #endif spacing. Also adds space for one-line comments.
b81844b1738c584d92330a5ccd0fbd8b603d2886 # 2001-10-25 05:50:21 +0000
# pgindent run on all C files. Java run to follow. initdb/regression tests pass.
1c551683cb99d94ebb44be0b94a0e03dd1d9a0f8 # 2001-05-08 17:12:36 +0000
# Run pgindent on ODBC code only, to reformat new comments.
0686d49da0a34ad92f61f791ea1039dec5d20f41 # 2001-03-22 06:16:21 +0000
# Remove dashes in comments that don't need them, rewrap with pgindent.
9e1552607a9dc6bc23e43d46770a9063ade4f3f0 # 2001-03-22 04:01:46 +0000
# pgindent run. Make it all clean.
52f77df613cea1803ce86321c37229626d9f213c # 2000-04-12 17:17:23 +0000
# Ye-old pgindent run. Same 4-space tabs.
fcff1cdf4eadbc6dcba4b9a2cd09f38f466ffa31 # 1999-05-25 22:43:53 +0000
# Another pgindent run. Sorry folks.
07842084fe3e11041f83563c851236395f481470 # 1999-05-25 16:15:34 +0000
# pgindent run over code.
fa1a8d6a97068295fe30ac646aec7493a6305bc2 # 1998-09-01 04:40:42 +0000
# OK, folks, here is the pgindent output.
af74855a608da4cd7ef88ceb2241ec1c75537f39 # 1998-09-01 03:29:17 +0000
# Renaming cleanup, no pgindent yet.
a32450a5855eed4bfd756ef292ee45d3c754665b # 1998-02-26 04:46:47 +0000
# pgindent run before 6.3 release, with Thomas' requested changes.
59f6a57e59fe8353f9edaa3703516ea67e06672b # 1997-09-08 21:56:23 +0000
# Used modified version of indent that understands over 100 typedefs.
075cede74858a9a04e97097b1ccd555121516c20 # 1997-09-08 20:59:27 +0000
# Add typdefs to pgindent run.
319dbfa7364721d3343af03a7ce063c2a2c9d385 # 1997-09-08 02:41:22 +0000
# Another PGINDENT run that changes variable indenting and case label indenting. Also static variable indenting.
1ccd423235a48739d6f7a4d7889705b5f9ecc69b # 1997-09-07 05:04:48 +0000
# Massive commit to run PGINDENT on all *.c and *.h files.